msgpi.utils.math.calcGeneralRotation3D
msgpi.utils.math.calcGeneralRotation3D#
- msgpi.utils.math.calcGeneralRotation3D(angles, order=[1, 2, 3])#
Calculate the general rotation matrix
- Parameters
angles (list) – Three rotation angles in radians
order (list) – The order of axis of the rotation operation
- Returns
The general rotation matrix
- Return type
numpy.array