Click or drag to resize

KinematicTransformationTransform Method (Cartesian)

Transforms the position 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 Cartesian Transform(
	Cartesian position
)

Parameters

position
Type: AGI.Foundation.CoordinatesCartesian
The position to transform.

Return Value

Type: Cartesian
The transformed position.
See Also