Click or drag to resize

KeplerianElements.ToCartesian Method

Returns a cartesian representation of these orbital elements.

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

Return Value

Type: Motion<Cartesian>
Cartesian elements that are equivalent to these KeplerianElements (distance and distance per time).
See Also