Quaterniond.rotationXYZ

Set this quaternion from the supplied euler angles (in radians) with rotation order XYZ. <p> This method is equivalent to calling: <code>rotationX(angleX).rotateY(angleY).rotateZ(angleZ)</code> <p> Reference: <a href="http://gamedev.stackexchange.com/questions/13436/glm-euler-angles-to-quaternion#answer-13446">this stackexchange answer</a>

@param angleX the angle in radians to rotate about x @param angleY the angle in radians to rotate about y @param angleZ the angle in radians to rotate about z @return this

struct Quaterniond
ref public return
rotationXYZ
(
double angleX
,
double angleY
,
double angleZ
)

Meta