Enum in Zendir.Universe


Description

This defines the type of rotation that is defined for the non-orbital trajectories, which include being able to use real lookup data or using some form of attitude data.


Properties

DeclaredDescription
Integration = 0The default rotation type if there is no information about the rotationof the lookup. If this is the case, the object will be moved with theintegration state.
Velocity = 1This type of rotation will compute the rotation attitude vector based onthe direction of velocity.
Attitude = 2Data for the attitude will be read from the lookup table and will be storedin MRPs.
SEZFrame = 3Data for rotation will be in the South, East, Zenith (SEZ) frame
ENUFrame = 4Data for the rotation will be in the East, North, Up (ENU) frame
NEDFrame = 5Data for the rotation will be in the North, East, Down (NED) frame