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
Declared | Description |
---|---|
Integration = 0 | The 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 = 1 | This type of rotation will compute the rotation attitude vector based onthe direction of velocity. |
Attitude = 2 | Data for the attitude will be read from the lookup table and will be storedin MRPs. |
SEZFrame = 3 | Data for rotation will be in the South, East, Zenith (SEZ) frame |
ENUFrame = 4 | Data for the rotation will be in the East, North, Up (ENU) frame |
NEDFrame = 5 | Data for the rotation will be in the North, East, Down (NED) frame |