matrix.from.euler

Syntax

m := matrix.from.euler(v)

Get a rotation matrix from Euler angles. The Euler angles are in radians following the X, Y’, and Z’’ convention of rotations. Only 3 × 3 matrices are supported.

Returns:m - matrix pointer
Arguments:v - Euler angles in radians