WOLFRAM SYSTEM MODELER
inverseRotationReturn inverse orientation object |
SystemModel["Modelica.Mechanics.MultiBody.Frames.inverseRotation"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
R_inv = Frames.inverseRotation(R);
The function call Frames.inverseRotation(R)
returns
orientation object R_inv that describes the orientation to rotate from frame 2 to frame 1
from the orientation object R that describes the orientation to rotate from frame 1 into frame 2.
TransformationMatrices.inverseRotation, Quaternions.inverseRotation.
R |
Type: Orientation Description: Orientation object to rotate frame 1 into frame 2 |
---|
R_inv |
Type: Orientation Description: Orientation object to rotate frame 2 into frame 1 |
---|