KeplerianElementsToCartesian 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
KeplerianElements
(distance and distance per time).
See Also