euler_xyz#
- pyCGM2.Math.euler.euler_xyz(Matrix: ndarray, similarOrder: bool = True)#
Decompose a rotation matrix using the XYZ Euler sequence.
- Parameters:
Matrix (np.ndarray) – Rotation matrix to decompose.
similarOrder (bool, optional) – Flag to return outputs mapping the XYZ sequence. Defaults to True.
- Returns:
Tuple[float, float, float] – Euler angles (XYZ) derived from the rotation matrix.