KozaiIzsakMeanElementsComputeEccentricAnomaly Method |
Computes the mean eccentric anomaly.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic double ComputeEccentricAnomaly()
Public Function ComputeEccentricAnomaly As Double
public:
double ComputeEccentricAnomaly()
member ComputeEccentricAnomaly : unit -> float
Return Value
Type:
DoubleThe mean eccentric anomaly (radians).
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | Thrown if the OrbitType does not represent
either a circular or elliptical orbit.
|
See Also