Class DirectionUnit

    • Field Detail

      • EAST_RADIAN

        public static final DirectionUnit EAST_RADIAN
        The unit for direction with East as the origin and radians as the displacement.
      • DEFAULT

        public static final DirectionUnit DEFAULT
        The default unit for direction is East_Radian.
      • EAST_DEGREE

        public static final DirectionUnit EAST_DEGREE
        The unit for direction with East as the origin and degrees as the displacement.
      • NORTH_RADIAN

        public static final DirectionUnit NORTH_RADIAN
        The unit for direction with North as the origin and radians as the displacement.
      • NORTH_DEGREE

        public static final DirectionUnit NORTH_DEGREE
        The unit for direction with North as the origin and degrees as the displacement.
    • Constructor Detail

      • DirectionUnit

        public DirectionUnit()