LifetimeElements.ToKeplerianMeanElements Method |
Convert these elements to an equivalent
KeplerianElements representation at the periapsis.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic KeplerianElements ToKeplerianMeanElements()
Public Function ToKeplerianMeanElements As KeplerianElements
public:
KeplerianElements^ ToKeplerianMeanElements()
member ToKeplerianMeanElements : unit -> KeplerianElements
Return Value
Type:
KeplerianElementsThe approximate mean orbital elements of the current orbit pass.
See Also