Description
Retrieves the euler angles in degrees
Information
| Plugin | RigVM |
| Category | Math|Quaternion |
| Tags | Make,Construct |
| Type | FRigVMFunction_MathQuaternionToEuler |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Value | The input quaternion | Quat | (X=0.000000,Y=0.000000,Z=0.000000,W=1.000000) |
| RotationOrder | The rotation order to use when encoding the euler angles | Euler Rotation Order | ZYX |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Result | The euler angles in degrees representing the quaternion in the given rotation order | Vector |