Module euler_angles

Module euler_angles 

Source

Functions§

euler_angles_from_quaternion
Converts a quaternion into euler angles (in radians). The euler angles are represented according to the Tait-Bryan formalism and applied in the Z-Y’-X“ order (where Z -> yaw, Y -> pitch, X -> roll).
free_euler_angles_memory
Free memory at the address of the euler angles pointer.
new_euler_angles
Initialize euler angles from raw components and retrieve the C pointer to its address.