Click or drag to resize

KinematicTransformationTransform Method (MotionCartesian)

Transforms the motion observed in the A frame to the B frame.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Motion<Cartesian> Transform(
	Motion<Cartesian> motion
)

Parameters

motion
Type: AGI.FoundationMotionCartesian
The motion to transform.

Return Value

Type: MotionCartesian
The transformed motion.
See Also