Functions | |
template<typename genType > | |
genType | affineInverse (genType const &m) |
template<typename genType > | |
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::gtc::matrix_inverse::affineInverse | ( | genType const & | m | ) |
Fast matrix inverse for affine matrix.
From GLM_GTC_matrix_inverse extension.
genType::value_type glm::gtc::matrix_inverse::inverseTranspose | ( | genType const & | m | ) |
Compute the inverse transpose of a matrix.
From GLM_GTC_matrix_inverse extension.