I want to get a quaternion based on roll, pitch, and yaw, but as far as I can tell there is no function for this.
The only functions I could find were based on a unit vector and an angle (glm_quatv, glm_quat)
glm provides this functionality in the form of the glm::quat(glm::vec3) constructor