master
Christophe Riccio ago%!(EXTRA string=11 years)
parent 022a6f3294
commit 14c1c91f77
  1. 3
      glm/detail/type_mat2x2.hpp
  2. 1
      glm/ext.hpp

@ -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+ (

@ -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"

Loading…
Cancel
Save