Click or drag to resize

DelaunayElements.ToCartesian 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: 25.1.421.0 (25.1.421.0)
Syntax
public Motion<Cartesian> ToCartesian()

Return Value

Type: Motion<Cartesian>
Position and velocity (distance and distance per time).
See Also