Click or drag to resize

RotationalTransformationTransform Method

Transforms the vector observed in the A axes to the B axes.

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> Transform(
	Motion<UnitQuaternion, Cartesian> rotationalTransformation,
	Motion<Cartesian> motion,
	int order
)

Parameters

rotationalTransformation
Type: AGI.FoundationMotionUnitQuaternion, Cartesian
The transformation from the A axes to the B axes.
motion
Type: AGI.FoundationMotionCartesian
The vector motion to transform.
order
Type: SystemInt32
The order of highest required derivative. To retrieve just the vector, pass 0 for this value. To retrieve the vector and its derivative, pass 1. etc.

Return Value

Type: MotionCartesian
The vector transformed by the rotational transformation.
See Also