Click or drag to resize

LongitudeLatitudeRadiusConvertMotion Method

Converts the motion given in terms of a set of Cartesian coordinates to motion of the corresponding set of LongitudeLatitudeRadius 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<LongitudeLatitudeRadius> ConvertMotion(
	Motion<Cartesian> motion,
	int order
)

Parameters

motion
Type: AGI.FoundationMotionCartesian
The Cartesian motion.
order
Type: SystemInt32
The order of the highest derivative to convert.

Return Value

Type: MotionLongitudeLatitudeRadius
The motion of the LongitudeLatitudeRadius.
See Also