46 #if !((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER <= GLM_COMPILER_VC10)) // Workaround a Visual C++ bug 69 template <
typename T, precision P,
template <
typename, precision>
class vecType>
78 template <
typename T, precision P,
template <
typename, precision>
class vecType>
87 template <
typename T, precision P,
template <
typename, precision>
class vecType>
106 template <
typename T, precision P,
template <
typename, precision>
class vecType>
107 GLM_FUNC_DECL typename vecType<T, P>::bool_type
notEqual(vecType<T, P>
const & x, vecType<T, P>
const & y);
115 template <precision P,
template <
typename, precision>
class vecType>
124 template <precision P,
template <
typename, precision>
class vecType>
134 template <precision P,
template <
typename, precision>
class vecType>
142 #include "func_vector_relational.inl" GLM_FUNC_DECL bool any(vecType< bool, P > const &v)
GLM_FUNC_DECL bool all(vecType< bool, P > const &v)
GLM_FUNC_DECL vecType< T, P >::bool_type notEqual(vecType< T, P > const &x, vecType< T, P > const &y)
GLM_FUNC_DECL vecType< bool, P > not_(vecType< bool, P > const &v)
GLM_FUNC_DECL vecType< T, P >::bool_type greaterThanEqual(vecType< T, P > const &x, vecType< T, P > const &y)
GLM_FUNC_DECL vecType< T, P >::bool_type lessThanEqual(vecType< T, P > const &x, vecType< T, P > const &y)
GLM_FUNC_DECL vecType< T, P >::bool_type greaterThan(vecType< T, P > const &x, vecType< T, P > const &y)