Defines additional matrix inverting functions. <glm/gtc/matrix_inverse.hpp> need to be included to use these functionalities.
◆ affineInverse()
template<typename genType >
Fast matrix inverse for affine matrix.
- Parameters
-
- Template Parameters
-
genType | Squared floating-point matrix: half, float or double. Inverse of matrix based of half-precision floating point value is highly innacurate. |
- See also
- GLM_GTC_matrix_inverse
◆ inverseTranspose()
template<typename genType >
GLM_FUNC_DECL genType::value_type glm::inverseTranspose |
( |
genType const & |
m | ) |
|
Compute the inverse transpose of a matrix.
- Parameters
-
m | Input matrix to invert transpose. |
- Template Parameters
-
genType | Squared floating-point matrix: half, float or double. Inverse of matrix based of half-precision floating point value is highly innacurate. |
- See also
- GLM_GTC_matrix_inverse