Uses of Class
uavsim.datatypes.A_Angle

Packages that use A_Angle
uavsim.datatypes Provides... 
 

Uses of A_Angle in uavsim.datatypes
 

Classes in uavsim.datatypes with type parameters of type A_Angle
 class A_Angle<_ANGLETYPE_ extends A_Angle<?>>
          Defines the shared aspects of an angle.
 class A_Arc<_ANGLETYPE_ extends A_Angle<_ANGLETYPE_>>
          Defines the shared aspects of an arc formed by two angles.
 class A_CoordinatePolar<_TYPE_ extends A_CoordinatePolar<?,?>,_ANGLETYPE_ extends A_Angle<?>>
          Defines the shared aspects of a two-dimensional polar coordinate based on mathematical angles.
 

Subclasses of A_Angle in uavsim.datatypes
 class AngleMathematical
          Defines the shared aspects of a mathematical angle in degrees, which has zero degrees at the right and moves counterclockwise.
 class AngleNavigational
          Defines the shared aspects of a navigational angle, which has zero degrees (north) at the top and moves clockwise.
 

Fields in uavsim.datatypes declared as A_Angle
private  _ANGLETYPE_ A_CoordinatePolar._angle
          the angle in mathematical degrees
protected  _ANGLETYPE_ A_Arc._angleEnd
          the end angle
protected  _ANGLETYPE_ A_Arc._angleStart
          the start angle
protected  _ANGLETYPE_ A_Arc.A_ArcIterator._currentAngle
          the current angle
protected  _ANGLETYPE_ A_Arc.A_ArcIterator._stepAngle
          the angle to move for each step