41 #ifndef GLM_CORE_func_vector_relational
42 #define GLM_CORE_func_vector_relational GLM_VERSION
57 template <
typename vecType>
66 template <
typename vecType>
75 template <
typename vecType>
84 template <
typename vecType>
93 template <
typename vecType>
102 template <
typename vecType>
111 template <
template <
typename>
class vecType>
120 template <
template <
typename>
class vecType>
130 template <
template <
typename>
class vecType>
138 #endif//GLM_CORE_func_vector_relational
GLM_FUNC_DECL vecType::bool_type notEqual(vecType const &x, vecType const &y)
Definition: _detail.hpp:38
GLM_FUNC_DECL vecType::bool_type greaterThanEqual(vecType const &x, vecType const &y)
GLM_FUNC_DECL vecType::bool_type lessThan(vecType const &x, vecType const &y)
GLM_FUNC_DECL bool all(vecType< bool > const &v)
Definition: func_vector_relational.inl:155
GLM_FUNC_DECL vecType::bool_type greaterThan(vecType const &x, vecType const &y)
GLM_FUNC_DECL vecType::bool_type lessThanEqual(vecType const &x, vecType const &y)
GLM_FUNC_DECL bool any(vecType< bool > const &v)
Definition: func_vector_relational.inl:143
GLM_FUNC_DECL vecType< bool > not_(vecType< bool > const &v)
Definition: func_vector_relational.inl:167
GLM_FUNC_DECL vecType::bool_type equal(vecType const &x, vecType const &y)
#define GLM_FUNC_DECL
Definition: setup.hpp:678