WOLFRAM SYSTEM MODELER
smallRotationReturn rotation angles valid for a small rotation and optionally residues that should be zero |
SystemModel["Modelica.Mechanics.MultiBody.Frames.smallRotation"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
phi = Frames.smallRotation(R, withResidues);
This function returns rotation angles valid for a small rotation of x-y-z sequence (i.e. {1,2,3}).
Optionally, residues are returned as well if withResidues=true
.
TransformationMatrices.smallRotation, Quaternions.smallRotation.
R |
Type: Orientation Description: Orientation object to rotate frame 1 into frame 2 |
---|---|
withResidues |
Default Value: false Type: Boolean Description: = false/true, if 'angles'/'angles and residues' are returned in phi |
phi |
Type: Angle[if withResidues then 6 else 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 rotation + optionally 3 residues that should be zero |
---|