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.
to_Q. TransformationMatrices.from_Q.
function from_Q extends Modelica.Icons.Function; input Quaternions.Orientation Q "Quaternions orientation object to rotate frame 1 into frame 2"; input SI.AngularVelocity w[3] "Angular velocity from frame 2 with respect to frame 1, resolved in frame 2"; output Orientation R "Orientation object to rotate frame 1 into frame 2"; end from_Q;