ModifiedKeplerianElementsToCartesian Method |
Returns a cartesian representation of these orbital elements.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Motion<Cartesian> ToCartesian()
Public Function ToCartesian As Motion(Of Cartesian)
public:
Motion<Cartesian> ToCartesian()
member ToCartesian : unit -> Motion<Cartesian>
Return Value
Type:
MotionCartesianCartesian elements that are equivalent to these
ModifiedKeplerianElements.
Exceptions Exception | Condition |
---|
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