GraphicsAPI_2020C
|
GLM_GTC_matrix_inverse More...
#include "../detail/setup.hpp"
#include "../matrix.hpp"
#include "../mat2x2.hpp"
#include "../mat3x3.hpp"
#include "../mat4x4.hpp"
#include "matrix_inverse.inl"
Go to the source code of this file.
Namespaces | |
glm | |
Core features | |
Functions | |
template<typename genType > | |
GLM_FUNC_DECL genType | glm::affineInverse (genType const &m) |
Fast matrix inverse for affine matrix. More... | |
template<typename genType > | |
GLM_FUNC_DECL genType | glm::inverseTranspose (genType const &m) |
Compute the inverse transpose of a matrix. More... | |