Click or drag to resize

EquinoctialElementsToCartesian Method

Converts this set of equinoctial elements to a cartesian position and velocity.

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

Return Value

Type: MotionCartesian
The corresponding cartesian motion containing position and velocity (distance and distance per time).
See Also