Skip to main content

Euler To Quaternion

Overview

Converts rotation values from Euler angles (degrees) into a Quaternion representation.


Inputs

NameTypeDescription
RotationVector3The rotation expressed in degrees for the X, Y, and Z axes.

Outputs

NameTypeDescription
QuaternionQuaternionThe resulting rotation in a four-dimensional coordinate system.

Parameters

This node does not expose additional parameters.


Behavior Notes