Click or drag to resize

CartesianConvertMotion 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: 24.1.418.0 (24.1.418.0)
Syntax
public static Motion<Cartesian> ConvertMotion(
	Motion<LongitudeLatitudeRadius> motion,
	int order
)

Parameters

motion
Type: AGI.FoundationMotionLongitudeLatitudeRadius
The LongitudeLatitudeRadius motion.
order
Type: SystemInt32
The order of the highest derivative to convert.

Return Value

Type: MotionCartesian
The motion of the Cartesian.
See Also