reorder

fun reorder(newOrder: EulerOrder): Euler

Resets the euler angle with a new order by creating a quaternion from this euler angle and then setting this euler angle with the quaternion and the new order.

Warning: This discards revolution information.

Return

A reference to this Euler instance.

Parameters

newOrder

The new order in which the axis rotations are applied.