Click or drag to resize

UnitCartesianConvertMotion Method

Converts the motion given in terms of a set of Cartesian coordinates to motion of the corresponding set of UnitCartesian 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<UnitCartesian, Cartesian> 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: MotionUnitCartesian, Cartesian
The motion of the unit Cartesian.
See Also