ModifiedKeplerianElementsComputeHyperbolicAnomaly 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.2.423.0 (25.2.423.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| Exception | Condition |
|---|
| InvalidOperationException | Thrown if the orbit type is not hyperbolic. |
Remarks
The hyperbolic anomaly is analogous to the eccentric anomaly but uses an equilateral
hyperbola instead of a circle.
See Also