Click or drag to resize

DelaunayElement Enumeration

An enumeration indicating a specific element in Delaunay elements. This enumeration can be used to identify specific elements in a DelaunayElements.

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 DelaunayElement
Members
  Member nameDescription
AngularMomentum The angular momentum (distance squared per time).
AngularMomentumAlongZ The Z Component of angular momentum (distance squared per time).
ArgumentOfPeriapsis The argument of periapsis (radians).
MeanAnomaly The mean anomaly (radians).
RightAscensionOfAscendingNode The right ascension of ascending node (radians).
SquareRootGravitySemimajorAxis The square root of the product of gravitational parameter and semimajor axis (distance squared per time).
See Also