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

Namespaces

 glm
 

Functions

template<typename T >
GLM_FUNC_QUALIFIER void glm::axisAngle (detail::tmat4x4< T > const &mat, detail::tvec3< T > &axis, T &angle)
 
template<typename T >
GLM_FUNC_QUALIFIER detail::tmat4x4< T > glm::axisAngleMatrix (detail::tvec3< T > const &axis, T const angle)
 
template<typename T >
GLM_FUNC_QUALIFIER detail::tmat4x4< T > glm::extractMatrixRotation (detail::tmat4x4< T > const &mat)
 
template<typename T >
GLM_FUNC_QUALIFIER detail::tmat4x4< T > glm::interpolate (detail::tmat4x4< T > const &m1, detail::tmat4x4< T > const &m2, T const delta)