WOLFRAM SYSTEM MODELER
angularVelocity2Return angular velocity resolved in frame 2 from orientation object |
SystemModel["Modelica.Mechanics.MultiBody.Frames.angularVelocity2"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
w = Frames.angularVelocity2(R);
The function call Frames.angularVelocity1(R12)
returns
the angular velocity w of frame 2 with respect to frame 1, resolved in frame 2,
from the orientation object R12 that describes the orientation to rotate frame 1 into frame 2.
TransformationMatrices.angularVelocity2, Quaternions.angularVelocity2.
R |
Type: Orientation Description: Orientation object to rotate frame 1 into frame 2 |
---|
w |
Type: AngularVelocity[3] (rad/s) Description: Angular velocity of frame 2 with respect to frame 1 resolved in frame 2 |
---|