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