Click or drag to resize

OrbitDirectionType Enumeration

Defines the direction of orbital motion of an object with respect to the rotation of its primary body.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum OrbitDirectionType
Members
  Member nameDescription
Prograde The orbital motion of the object is in the same direction as the rotation of its primary body.
Polar The orbital motion of the object is orthogonal to the direction of rotation of its primary body.
Retrograde The orbital motion of the object is in the opposite direction as the rotation of its primary body.
See Also