Houdini 20.0 Nodes APEX Nodes

quaternion::ToEuler

Creates an euler angle representing a quaternion.

On this page
Since 20.0

Creates a vector representing euler angles from a vector4 representing a quaternion. The angles are in radians. Use the RadiansToDegrees node to convert radians into degrees.

Inputs

quaternion: Vector4

Vector4 representing the input quaternion.

rOrd: Int

Specifies the rotation order. See below.

Rotation order

value

rOrd meaning

0

XYZ

1

XZY

2

YXZ

3

YZX

4

ZXY

5

ZYX

Outputs

radians: Vector3

APEX Nodes