ModifiedKeplerianElements.ComputeHyperbolicAnomaly Method |
Computes the hyperbolic 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 ComputeHyperbolicAnomaly()
Public Function ComputeHyperbolicAnomaly As Double
public:
double ComputeHyperbolicAnomaly()
member ComputeHyperbolicAnomaly : unit -> float
Return Value
Type:
DoubleThe current hyperbolic anomaly, in radians.
Exceptions
Remarks
The hyperbolic anomaly is analogous to the eccentric anomaly but uses an equilateral
hyperbola instead of a circle.
See Also