This modules implements Euler angles functionalities.
The Euler angles are defined using a vector [θ,γ,β]T∈R3, where θ is the angle about x, γ the angle about y, and β is the angle about z
More details about Euler angles can be found on this page.
Functions
from_axis_angle(...)
: Converts axis-angle to Euler angles.
from_quaternion(...)
: Converts quaternions to Euler angles.
from_rotation_matrix(...)
: Converts rotation matrices to Euler angles.
inverse(...)
: Computes the angles that would inverse a transformation by euler_angle.