• Returns a rotation that rotates z degrees around the z axis, x degrees around the x axis, and y degrees around the y axis.

    Parameters

    • x: number

      the rotation on the x axis in euler degrees

    • y: number

      the rotation on the y axis in euler degrees

    • z: number

      the rotation on the z axis in euler degrees

    Returns MutableQuaternion