WOLFRAM SYSTEM MODELER
relativeRotationReturn relative orientation object |
SystemModel["Modelica.Mechanics.MultiBody.Frames.relativeRotation"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
R_rel = Frames.relativeRotation(R1,R2);
The function call Frames.relativeRotation(R1,R2)
returns
orientation object R_rel that describes the orientation to rotate frame 1 to frame 2
from the orientation object R1 that describes the orientation to rotate from frame 0 to frame 1 and
from the orientation object R2 that describes the orientation to rotate from frame 0 to frame 2.
TransformationMatrices.relativeRotation, Quaternions.relativeRotation.
R1 |
Type: Orientation Description: Orientation object to rotate frame 0 into frame 1 |
---|---|
R2 |
Type: Orientation Description: Orientation object to rotate frame 0 into frame 2 |
R_rel |
Type: Orientation Description: Orientation object to rotate frame 1 into frame 2 |
---|