Clean up
This commit is contained in:
@@ -148,6 +148,9 @@ namespace detail
|
|||||||
GLM_FUNC_DECL tmat2x2<T, P> operator--(int);
|
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
|
// Binary operators
|
||||||
template <typename T, precision P>
|
template <typename T, precision P>
|
||||||
GLM_FUNC_DECL tmat2x2<T, P> operator+ (
|
GLM_FUNC_DECL tmat2x2<T, P> operator+ (
|
||||||
|
|||||||
@@ -95,7 +95,6 @@
|
|||||||
#include "./gtx/gradient_paint.hpp"
|
#include "./gtx/gradient_paint.hpp"
|
||||||
#include "./gtx/handed_coordinate_space.hpp"
|
#include "./gtx/handed_coordinate_space.hpp"
|
||||||
#include "./gtx/inertia.hpp"
|
#include "./gtx/inertia.hpp"
|
||||||
#include "./gtx/int_10_10_10_2.hpp"
|
|
||||||
#include "./gtx/integer.hpp"
|
#include "./gtx/integer.hpp"
|
||||||
#include "./gtx/intersect.hpp"
|
#include "./gtx/intersect.hpp"
|
||||||
#include "./gtx/log_base.hpp"
|
#include "./gtx/log_base.hpp"
|
||||||
|
|||||||
Reference in New Issue
Block a user