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: 25.1.421.0 (25.1.421.0)
Syntaxpublic double ComputeParabolicAnomaly()
Public Function ComputeParabolicAnomaly As Double
public:
double ComputeParabolicAnomaly()
member ComputeParabolicAnomaly : unit -> float
Return Value
Type:
DoubleThe current parabolic anomaly, in radians.
Exceptions
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 π.
See Also