Euler To Quaternion
Overview
Converts rotation values from Euler angles (degrees) into a Quaternion representation.
Inputs
| Name | Type | Description |
|---|---|---|
| Rotation | Vector3 | The rotation expressed in degrees for the X, Y, and Z axes. |
Outputs
| Name | Type | Description |
|---|---|---|
| Quaternion | Quaternion | The resulting rotation in a four-dimensional coordinate system. |
Parameters
This node does not expose additional parameters.