|
|
@ -222,6 +222,16 @@ namespace glm |
|
|
|
|
|
|
|
|
|
|
|
template <typename T, precision P> |
|
|
|
template <typename T, precision P> |
|
|
|
GLM_FUNC_DECL bool operator!=(tmat2x2<T, P> const & m1, tmat2x2<T, P> const & m2); |
|
|
|
GLM_FUNC_DECL bool operator!=(tmat2x2<T, P> const & m1, tmat2x2<T, P> const & m2); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// -- Is type --
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
template <typename T, precision P> |
|
|
|
|
|
|
|
struct type<T, P, tmat2x2> |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
static bool const is_vec = false; |
|
|
|
|
|
|
|
static bool const is_mat = true; |
|
|
|
|
|
|
|
static bool const is_quat = false; |
|
|
|
|
|
|
|
}; |
|
|
|
} //namespace glm
|
|
|
|
} //namespace glm
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef GLM_EXTERNAL_TEMPLATE |
|
|
|
#ifndef GLM_EXTERNAL_TEMPLATE |
|
|
|