DelaunayElementsToCartesian Method |
Converts this set of Delaunay elements to a cartesian position and velocity.
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:
MotionCartesianPosition and velocity (distance and distance per time).
See Also