Click or drag to resize

KinematicTransformationInvert Method

Forms the inverse kinematic transformation. If this transformation represents the transformation between reference frame "A" and reference frame "B", the result represents the transformation between reference frame "B" and reference frame "A".

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public KinematicTransformation Invert()

Return Value

Type: KinematicTransformation
The transformation between reference frame "B" and reference frame "A".
See Also