Quaternion.fromEulerAngles

Setup the quaternion to perform a rotation, given the orientation in XYZ-Euler angles format (in radians)

struct Quaternion(T)
static
static if(isNumeric!(T))
fromEulerAngles
(
Vector!(T, 3) e
)

Meta