Houdini 20.5 Nodes APEX nodes

quaternion::ToEuler

Creates a set of Euler angles from a quaternion.

On this page
Since 20.0

Creates a set of Euler angles (in radians) from a quaternion.

To convert an angle from radians to degrees, use the RadiansToDegrees node.

Inputs

quaternion: Vector4

The input quaternion.

rOrd: Int

The rotation order.

Value

Rotation Order

0

XYZ

1

XZY

2

YXZ

3

YZX

4

ZXY

5

ZYX

Outputs

radians: Vector3

The Euler angles converted from the input quaternion.

See also

APEX nodes