Clutter Engine 0.0.1
Loading...
Searching...
No Matches
matrix_inverse.hpp File Reference
#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

namespace  glm
 Core features
 

Functions

template<typename genType >
GLM_FUNC_DECL genType glm::affineInverse (genType const &m)
 
template<typename genType >
GLM_FUNC_DECL genType glm::inverseTranspose (genType const &m)
 

Detailed Description