Click or drag to resize

ModifiedKeplerianElements.ToCartesian Method

Returns a cartesian representation of these orbital elements.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public Motion<Cartesian> ToCartesian()

Return Value

Type: Motion<Cartesian>
Cartesian elements that are equivalent to these ModifiedKeplerianElements.
Exceptions
ExceptionCondition
InvalidOperationException Throws an exception in the case where the values become singular, namely when the true anomaly is π in the case of a parabolic orbit.
See Also