WOLFRAM SYSTEM MODELER
from_QReturn orientation object R from quaternion orientation object Q |
SystemModel["Modelica.Mechanics.MultiBody.Frames.from_Q"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
R = Frames.from_Q(Q, w);
This function returns an orientation object R computed from a quaternion object Q and an angular velocity vector w.
Q |
Type: Orientation Description: Quaternions orientation object to rotate frame 1 into frame 2 |
---|---|
w |
Type: AngularVelocity[3] (rad/s) Description: Angular velocity from frame 2 with respect to frame 1, resolved in frame 2 |
R |
Type: Orientation Description: Orientation object to rotate frame 1 into frame 2 |
---|