Class Azimuth


  • public final class Azimuth
    extends Object
    Author:
    hogye
    • Constructor Detail

      • Azimuth

        public Azimuth()
    • Method Detail

      • fromMathRad

        public static double fromMathRad​(double radians)
      • fromMathDeg

        public static double fromMathDeg​(double degrees)
      • fromNavRad

        public static double fromNavRad​(double radians)
      • fromNavDeg

        public static double fromNavDeg​(double degrees)
      • toMathRad

        public static double toMathRad​(double su)
      • toMathDeg

        public static double toMathDeg​(double su)
      • toNavRad

        public static double toNavRad​(double su)
      • toNavDeg

        public static double toNavDeg​(double su)
      • navDegToMathRad

        public static double navDegToMathRad​(double navDeg)
      • navRadToMathRad

        public static double navRadToMathRad​(double navRad)
      • navDegToMathDeg

        public static double navDegToMathDeg​(double navDeg)
      • navRadToMathDeg

        public static double navRadToMathDeg​(double navRad)