21 #include "../detail/qualifier.hpp"
23 #if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
24 # pragma message("GLM: GLM_EXT_vector_relational extension included")
38 template<length_t L,
typename T, qualifier Q>
39 GLM_FUNC_DECL GLM_CONSTEXPR vec<L, bool, Q>
equal(vec<L, T, Q>
const& x, vec<L, T, Q>
const& y, T
epsilon);
47 template<length_t L,
typename T, qualifier Q>
48 GLM_FUNC_DECL GLM_CONSTEXPR vec<L, bool, Q>
equal(vec<L, T, Q>
const& x, vec<L, T, Q>
const& y, vec<L, T, Q>
const&
epsilon);
56 template<length_t L,
typename T, qualifier Q>
57 GLM_FUNC_DECL GLM_CONSTEXPR vec<L, bool, Q>
notEqual(vec<L, T, Q>
const& x, vec<L, T, Q>
const& y, T
epsilon);
65 template<length_t L,
typename T, qualifier Q>
66 GLM_FUNC_DECL GLM_CONSTEXPR vec<L, bool, Q>
notEqual(vec<L, T, Q>
const& x, vec<L, T, Q>
const& y, vec<L, T, Q>
const&
epsilon);
74 template<length_t L,
typename T, qualifier Q>
75 GLM_FUNC_DECL GLM_CONSTEXPR vec<L, bool, Q>
equal(vec<L, T, Q>
const& x, vec<L, T, Q>
const& y,
int ULPs);
83 template<length_t L,
typename T, qualifier Q>
84 GLM_FUNC_DECL GLM_CONSTEXPR vec<L, bool, Q>
equal(vec<L, T, Q>
const& x, vec<L, T, Q>
const& y, vec<L, int, Q>
const& ULPs);
92 template<length_t L,
typename T, qualifier Q>
93 GLM_FUNC_DECL GLM_CONSTEXPR vec<L, bool, Q>
notEqual(vec<L, T, Q>
const& x, vec<L, T, Q>
const& y,
int ULPs);
101 template<length_t L,
typename T, qualifier Q>
102 GLM_FUNC_DECL GLM_CONSTEXPR vec<L, bool, Q>
notEqual(vec<L, T, Q>
const& x, vec<L, T, Q>
const& y, vec<L, int, Q>
const& ULPs);
107 #include "vector_relational.inl"
GLM_FUNC_DECL GLM_CONSTEXPR vec< L, bool, Q > notEqual(vec< L, T, Q > const &x, vec< L, T, Q > const &y, vec< L, int, Q > const &ULPs)
Returns the component-wise comparison between two vectors in term of ULPs.
GLM_FUNC_DECL GLM_CONSTEXPR vec< L, bool, Q > equal(vec< L, T, Q > const &x, vec< L, T, Q > const &y, vec< L, int, Q > const &ULPs)
Returns the component-wise comparison between two vectors in term of ULPs.
GLM_FUNC_DECL GLM_CONSTEXPR genType epsilon()
Return the epsilon constant for floating point types.