Initializes a Quaternion using the values of the Euler angles on each axis.
See also: init_from_euler
| 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 |
|
the initialized quaternion |