Uses of Class
com.irurueta.navigation.geodesic.Pair

Packages that use Pair
Package
Description
Contains geodesic algorithms.
  • Uses of Pair in com.irurueta.navigation.geodesic

    Methods in com.irurueta.navigation.geodesic that return Pair
    Modifier and Type
    Method
    Description
    static Pair
    GeoMath.angDiff(double x, double y)
    The exact difference of two angles reduced to (−180°, 180°].
    GeodesicLine.getAzimuthCosines()
    Gets a pair of sine and cosine of azi1 the azimuth (degrees) of the geodesic line at point 1.
    PolygonArea.getCurrentPoint()
    Report the previous vertex added to the polygon or polyline.
    Gets a pair of sine and cosine of azi0 the azimuth of the godesic line as it crosses the equator in a northward direction.
    static Pair
    GeoMath.norm(double sinx, double cosx)
    Normalizes sinus and cosine.
    static Pair
    GeoMath.sincosd(double x)
    Evaluate the sine and cosine function with the argument in degrees.
    static Pair
    GeoMath.sum(double u, double v)
    The error-free sum of two numbers.