quaternion_to_euler_zxz#

static GeometryOperators.quaternion_to_euler_zxz(q)[source]#

Convert a quaternion to Euler angles following rotation sequence ZXZ.

Parameters:
qList

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

Returns:
tuple

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