axesRotationsReturn rotation object to rotate in sequence around 3 axes |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
T = TransformationMatrices.axesRotations(sequence, angles);
This function returns transformation matrix T that describes the orientation defined by three elementary rotations in a given sequence, each rotated by angles.
sequence |
Default Value: {1, 2, 3} Type: Integer[3] Description: Sequence of rotations from frame 1 to frame 2 along axis sequence[i] |
---|---|
angles |
Default Value: {0, 0, 0} Type: Angle[3] (rad) Description: Rotation angles around the axes defined in 'sequence' |
T |
Type: Orientation Description: Orientation object to rotate frame 1 into frame 2 |
---|