Click or drag to resize

KozaiIzsakMeanElementsComputeEccentricAnomaly Method

Computes the mean eccentric anomaly.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.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