smallRotationReturn rotation angles valid for a small rotation |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
phi = Quaternions.smallRotation(Q);
This function returns rotation angles valid for a small rotation of x-y-z sequence (i.e. {1,2,3}).
Q |
Type: Orientation Description: Quaternions orientation object to rotate frame 1 into frame 2 |
---|
phi |
Type: Angle[3] (rad) Description: The rotation angles around x-, y-, and z-axis of frame 1 to rotate frame 1 into frame 2 for a small relative rotation |
---|