Click or drag to resize

KozaiIzsakMeanElements.ComputeEccentricAnomaly Method

Computes the mean eccentric anomaly.

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 ComputeEccentricAnomaly()

Return Value

Type: Double
The mean eccentric anomaly (radians).
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the OrbitType does not represent either a circular or elliptical orbit.
See Also