inverseRotationReturn inverse quaternions orientation object |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
Q_inv = Quaternions.inverseRotation(Q);
This function returns quaternions orientation Q_inv that describes the orientation to rotate from frame 2 to frame 1 from the quaternions orientation Q that describes the orientation to rotate from frame 1 into frame 2.
Frames.inverseRotation, TransformationMatrices.inverseRotation.
Q |
Type: Orientation Description: Quaternions orientation object to rotate frame 1 into frame 2 |
---|
Q_inv |
Type: Orientation Description: Quaternions orientation object to rotate frame 2 into frame 1 |
---|