ModifiedKeplerianElementsComputeEccentricAnomaly 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: 22.1.413.0 (22.1.413.0)
Syntaxpublic double ComputeEccentricAnomaly()
Public Function ComputeEccentricAnomaly As Double
public:
double ComputeEccentricAnomaly()
member ComputeEccentricAnomaly : unit -> float
Return Value
Type:
DoubleThe current eccentric anomaly (radians).
ExceptionsException | Condition |
---|
InvalidOperationException | Thrown when the OrbitType is not circular or elliptical. |
See Also