KeplerianElement Enumeration |
An enumeration indicating a specific element in Keplerian elements. This enumeration can be used
to identify specific elements in a
ModifiedKeplerianElements, a
KeplerianElements, or
any of the other classical element types.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum KeplerianElement
Public Enumeration KeplerianElement
public enum class KeplerianElement
Members
| Member name | Description |
---|
| RadiusOfPeriapsis |
Radius of periapsis.
|
| RadiusOfApoapsis |
Radius of apoapsis.
|
| InverseSemimajorAxis |
Inverse of the semi-major axis.
|
| Inclination |
Inclination.
|
| ArgumentOfPeriapsis |
Argument of periapsis.
|
| RightAscensionOfAscendingNode |
Right ascension of ascending node.
|
| TrueAnomaly |
True anomaly.
|
| MeanAnomaly |
Mean anomaly
|
| Eccentricity |
Eccentricity.
|
| Period |
The orbital period of the orbit in seconds.
|
| SemimajorAxis |
Semi-major axis.
|
See Also