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