math.aangle.to.euler

Syntax

vr := math.aangle.to.euler(v)

Get Euler angles from the axis-angle representation. The order of the Euler rotations are taken to be the X, Y’, and Z’’ axes and are in radians.

Returns:

vr - Euler representation in radians

Arguments:

v - Axis-angle representation where the magnitude of the vector is the angle (in radians) and the normalized vector is the axis