15 #include "../detail/setup.hpp" 
   16 #include "../matrix.hpp" 
   17 #include "../mat2x2.hpp" 
   18 #include "../mat3x3.hpp" 
   19 #include "../mat4x4.hpp" 
   21 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED) 
   22 #       pragma message("GLM: GLM_GTC_matrix_inverse extension included") 
   35         template<
typename genType> 
 
   43         template<
typename genType>
 
   49 #include "matrix_inverse.inl" 
GLM_FUNC_DECL genType inverseTranspose(genType const &m)
Compute the inverse transpose of a matrix. 
GLM_FUNC_DECL genType affineInverse(genType const &m)
Fast matrix inverse for affine matrix.