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.2.419.0 (24.2.419.0)
Syntax public double ComputeParabolicAnomaly()
Public Function ComputeParabolicAnomaly As Double
public:
double ComputeParabolicAnomaly()
member ComputeParabolicAnomaly : unit -> float
Return Value
Type:
DoubleThe current parabolic anomaly (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 Pi.
See Also