Flow Visualisation
euler_angles.inl File Reference
This graph shows which files directly or indirectly include this file:

Namespaces

 glm
 

Functions

template<typename valType >
GLM_FUNC_QUALIFIER detail::tmat4x4< valType > glm::eulerAngleX (valType const &angleX)
 
template<typename valType >
GLM_FUNC_QUALIFIER detail::tmat4x4< valType > glm::eulerAngleY (valType const &angleY)
 
template<typename valType >
GLM_FUNC_QUALIFIER detail::tmat4x4< valType > glm::eulerAngleZ (valType const &angleZ)
 
template<typename valType >
GLM_FUNC_QUALIFIER detail::tmat4x4< valType > glm::eulerAngleXY (valType const &angleX, valType const &angleY)
 
template<typename valType >
GLM_FUNC_QUALIFIER detail::tmat4x4< valType > glm::eulerAngleYX (valType const &angleY, valType const &angleX)
 
template<typename valType >
GLM_FUNC_QUALIFIER detail::tmat4x4< valType > glm::eulerAngleXZ (valType const &angleX, valType const &angleZ)
 
template<typename valType >
GLM_FUNC_QUALIFIER detail::tmat4x4< valType > glm::eulerAngleZX (valType const &angleZ, valType const &angleX)
 
template<typename valType >
GLM_FUNC_QUALIFIER detail::tmat4x4< valType > glm::eulerAngleYXZ (valType const &yaw, valType const &pitch, valType const &roll)
 
template<typename valType >
GLM_FUNC_QUALIFIER detail::tmat4x4< valType > glm::yawPitchRoll (valType const &yaw, valType const &pitch, valType const &roll)
 
template<typename valType >
GLM_FUNC_QUALIFIER detail::tmat2x2< valType > glm::orientate2 (valType const &angle)
 
template<typename valType >
GLM_FUNC_QUALIFIER detail::tmat3x3< valType > glm::orientate3 (valType const &angle)
 
template<typename valType >
GLM_FUNC_QUALIFIER detail::tmat3x3< valType > glm::orientate3 (detail::tvec3< valType > const &angles)
 
template<typename valType >
GLM_FUNC_QUALIFIER detail::tmat4x4< valType > glm::orientate4 (detail::tvec3< valType > const &angles)