Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public enum KeplerianElement
Members
  Member nameDescription
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