set

fun set(x: Double, y: Double, z: Double, order: EulerOrder = _order): Euler

Sets the Euler components.

Return

A reference to this Euler instance.

Parameters

x

The angle of the x axis in radians.

y

The angle of the y axis in radians.

z

The angle of the z axis in radians.

order

The order in which the rotations are applied.