1.0.0 API documentation
|
Functions | |
template<length_t C, length_t R, typename T , qualifier Q> | |
GLM_FUNC_DECL mat< C, R, T, Q > | inverse (mat< C, R, T, Q > const &m) |
Return the inverse of a squared matrix. More... | |
Provides GLSL matrix functions.
Include <glm/matrix.hpp> to use these core features.
GLM_FUNC_DECL mat<C, R, T, Q> glm::inverse | ( | mat< C, R, T, Q > const & | m | ) |
Return the inverse of a squared matrix.
C | Integer between 1 and 4 included that qualify the number a column |
R | Integer between 1 and 4 included that qualify the number a row |
T | Floating-point scalar types |
Q | Value from qualifier enum |