Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public double ComputeHyperbolicAnomaly()

Return Value

Type: Double
The current hyperbolic anomaly (radians).
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown 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