Uses of Class
net.sf.geographiclib.Pair

  • Uses of Pair in net.sf.geographiclib

    Methods in net.sf.geographiclib that return Pair
    Modifier and Type
    Method
    Description
    GeodesicLine.AzimuthCosines()
     
    PolygonArea.CurrentPoint()
    Report the previous vertex added to the polygon or polyline.
     
    Methods in net.sf.geographiclib with parameters of type Pair
    Modifier and Type
    Method
    Description
    static void
    Accumulator.AddInternal(Pair p, double s, double t, double y)
    Internal version of Add, p = [s, t] + y
    static void
    GeoMath.AngDiff(Pair p, double x, double y)
    The exact difference of two angles reduced to [−180°, 180°].
    static void
    GeoMath.norm(Pair p, double sinx, double cosx)
    Normalize a sine cosine pair.
    static void
    GeoMath.sincosd(Pair p, double x)
    Evaluate the sine and cosine function with the argument in degrees
    static void
    GeoMath.sincosde(Pair p, double x, double t)
    Evaluate the sine and cosine function with reduced argument plus correction
    static void
    GeoMath.sum(Pair p, double u, double v)
    The error-free sum of two numbers.