![]() |
Defines additional matrix inverting functions. More...
Functions | |
template<typename genType > | |
genType | affineInverse (genType const &m) |
template<typename genType > | |
GLM_FUNC_QUALIFIER genType::value_type | inverseTranspose (genType const &m) |
Defines additional matrix inverting functions.
<glm/gtc/matrix_inverse.hpp> need to be included to use these functionalities.
genType glm::affineInverse | ( | genType const & | m | ) |
Fast matrix inverse for affine matrix.
From GLM_GTC_matrix_inverse extension.
GLM_FUNC_QUALIFIER genType::value_type glm::inverseTranspose | ( | genType const & | m | ) |
Compute the inverse transpose of a matrix.
From GLM_GTC_matrix_inverse extension.