euler_yxz#

pyCGM2.Math.euler.euler_yxz(Matrix: ndarray, similarOrder: bool = True)#

Decompose a rotation matrix using the YXZ Euler sequence.

Parameters:
  • Matrix (np.ndarray) – Rotation matrix to decompose.

  • similarOrder (bool, optional) – Flag to return outputs mapping the YXZ sequence. Defaults to True.

Returns:

Tuple[float, float, float] – Euler angles (YXZ) derived from the rotation matrix.