Click or drag to resize

OrbitType Enumeration

An enumeration of the possible types and special cases of orbits.

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 OrbitType
Members
  Member nameDescription
Circular An orbit where the eccentricity is zero.
Elliptical An orbit where the eccentricity is between zero and unity.
Parabolic An orbit where the eccentricity is exactly unity.
Hyperbolic An orbit with an eccentricity greater than unity.
Invalid An orbit where the eccentricity is less than zero.
See Also