Function Quaternion.fromEulerAngles

Setup the quaternion to perform a rotation, given the orientation in Euler angles pitch, yaw, roll (in radians)

static Quaternion!T fromEulerAngles (
  Vector!(T,3) e
);