euler_yzx#

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

Decompose a rotation matrix using the ZYX Euler sequence.

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

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

Returns:

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