This commit is contained in:
Christophe Riccio 2014-01-14 09:27:17 +01:00
parent 022a6f3294
commit 14c1c91f77
2 changed files with 3 additions and 1 deletions

View File

@ -148,6 +148,9 @@ namespace detail
GLM_FUNC_DECL tmat2x2<T, P> operator--(int);
};
template <typename T, precision P>
GLM_FUNC_DECL tmat2x2<T, P> compute_inverse_mat2(tmat2x2<T, P> const & m);
// Binary operators
template <typename T, precision P>
GLM_FUNC_DECL tmat2x2<T, P> operator+ (

View File

@ -95,7 +95,6 @@
#include "./gtx/gradient_paint.hpp"
#include "./gtx/handed_coordinate_space.hpp"
#include "./gtx/inertia.hpp"
#include "./gtx/int_10_10_10_2.hpp"
#include "./gtx/integer.hpp"
#include "./gtx/intersect.hpp"
#include "./gtx/log_base.hpp"