Click or drag to resize

ModifiedKeplerianElementsComputeParabolicAnomaly Method

Computes the parabolic anomaly based on the current Keplerian position.

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

Return Value

Type: Double
The current parabolic anomaly (radians).
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the orbit type is not parabolic.
Remarks
The parabolic anomaly is an angular measure defined to be zero at periapsis, unity at the latus rectum point, and goes to infinity as true anomaly approaches Pi.
See Also