Click or drag to resize

ModifiedKeplerianElements.ComputeEccentricAnomaly Method

Computes the eccentric 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 ComputeEccentricAnomaly()

Return Value

Type: Double
The current eccentric anomaly, in radians.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when the OrbitType is not circular or elliptical.
See Also