KeplerianElementsComputeEccentricAnomaly Method |
Computes the eccentric 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 ComputeEccentricAnomaly()
Public Function ComputeEccentricAnomaly As Double
public:
double ComputeEccentricAnomaly()
member ComputeEccentricAnomaly : unit -> float
Return Value
Type:
DoubleThe current eccentric anomaly (radians).
Exceptions Remarks
Keplerian elements are not intended to represent parabolic and hyperbolic orbits.
To find parabolic and hyperbolic anomalies, convert these elements to
ModifiedKeplerianElements.
See Also