Click or drag to resize

Cartesian.ConvertMotion Method

Converts the motion given in terms of a set of LongitudeLatitudeRadius coordinates to motion of the corresponding set of Cartesian coordinates.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static Motion<Cartesian> ConvertMotion(
	Motion<LongitudeLatitudeRadius> motion,
	int order
)

Parameters

motion
Type: AGI.Foundation.Motion<LongitudeLatitudeRadius>
The LongitudeLatitudeRadius motion.
order
Type: System.Int32
The order of the highest derivative to convert.

Return Value

Type: Motion<Cartesian>
The motion of the Cartesian.
See Also