quaternion_to_euler_zyz#

static GeometryOperators.quaternion_to_euler_zyz(q)[source]#

Convert a quaternion to Euler angles following rotation sequence ZYZ.

Parameters:
qList

List of [q1, q2, q3, q4] coordinates for the quaternion.

Returns:
tuple

(phi, theta, psi) containing the Euler angles in radians.