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.2.419.0 (24.2.419.0)
Syntax Public Enumeration OrbitType
public enum class OrbitType
Members
| Member name | Description |
---|
| 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