KeplerianElementsComputeMeanAnomaly Method |
Computes the Mean anomaly based on the current Keplerian position.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic double ComputeMeanAnomaly()
Public Function ComputeMeanAnomaly As Double
public:
double ComputeMeanAnomaly()
member ComputeMeanAnomaly : unit -> float
Return Value
Type:
DoubleThe current mean anomaly (radians).
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | Thrown if the OrbitType does not represent
either a circular or elliptical orbit. To find mean anomaly for parabolic or hyperbolic orbits, convert
to ModifiedKeplerianElements. |
See Also