init_from_angles
Description:
Initializes a Quaternion using the values of the Euler angles on each axis.
See also: init_from_euler
Parameters:
this | |
deg_x |
rotation angle on the X axis (yaw), in degrees |
deg_y |
rotation angle on the Y axis (pitch), in degrees |
deg_z |
rotation angle on the Z axis (roll), in degrees |
Returns:
the initialized quaternion |