Uses of Class
uavsim.datatypes.A_Attitude

Packages that use A_Attitude
uavsim.datatypes Provides... 
 

Uses of A_Attitude in uavsim.datatypes
 

Classes in uavsim.datatypes with type parameters of type A_Attitude
 class A_Attitude<_TYPE_ extends A_Attitude<?>>
          Defines the shared aspects of a degree of attitude freedom.
 

Subclasses of A_Attitude in uavsim.datatypes
 class AttitudePitch
          Defines the pitch degree of freedom of an attitude on the interval [+180,-180) navigational degrees, with 0 being nose level.
 class AttitudeRoll
          Defines the roll element of an attitude on the interval [+180,-180] navigational degrees, with 0 being wings level.
 class AttitudeYaw
          Defines the yaw degree of freedom of an attitude on the interval [-180,+180] navigational degrees, with 0 being north (or straight forward in terms of heading relative to course).
 class Course
          Defines the course degree of freedom of an attitude on the interval [-180,+180] navigational degrees, with 0 being north.