Functions
GLM_GTC_matrix_inverse: Additional matrix inverse function
GTC Extensions (Stable)

Functions

template<typename genType >
genType affineInverse (genType const &m)
template<typename genType >
GLM_FUNC_QUALIFIER
genType::value_type 
inverseTranspose (genType const &m)

Detailed Description

Defines additional matrix inverting functions. <glm/gtc/matrix_inverse.hpp> need to be included to use these functionalities.


Function Documentation

genType glm::gtc::matrix_inverse::affineInverse ( genType const &  m)

Fast matrix inverse for affine matrix.

From GLM_GTC_matrix_inverse extension.

GLM_FUNC_QUALIFIER genType::value_type glm::gtc::matrix_inverse::inverseTranspose ( genType const &  m)

Compute the inverse transpose of a matrix.

From GLM_GTC_matrix_inverse extension.