Houdini 20.5 Nodes APEX nodes

quaternion::FromEuler

Creates a unit quaternion from a set of Euler angles.

On this page
Since 20.0

Creates a unit quaternion from a set of Euler angles (in radians) with rotation order rOrd.

Inputs

radians: Vector3

The set of Euler angles.

rOrd: Int

The rotation order.

Value

Rotation Order

0

XYZ

1

XZY

2

YXZ

3

YZX

4

ZXY

5

ZYX

Outputs

quaternion: Vector4

The unit quaternion created from the input Euler angles.

See also

APEX nodes