Click or drag to resize

KeplerianElements.ComputeMeanAnomaly Method

Computes the Mean anomaly based on the current Keplerian position.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public double ComputeMeanAnomaly()

Return Value

Type: Double
The current mean anomaly (radians).
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the OrbitType does not represent either a circular or elliptical orbit. To find mean anomaly for parabolic or hyperbolic orbits, convert to ModifiedKeplerianElements.
See Also