20 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
21 # pragma message("GLM: GLM_GTX_vector_query extension included")
31 template <
typename T, precision P,
template <
typename, precision>
class vecType>
32 GLM_FUNC_DECL
bool areCollinear(vecType<T, P>
const & v0, vecType<T, P>
const & v1, T
const &
epsilon);
36 template <
typename T, precision P,
template <
typename, precision>
class vecType>
37 GLM_FUNC_DECL
bool areOrthogonal(vecType<T, P>
const & v0, vecType<T, P>
const & v1, T
const &
epsilon);
41 template <
typename T, precision P,
template <
typename, precision>
class vecType>
46 template <
typename T, precision P,
template <
typename, precision>
class vecType>
47 GLM_FUNC_DECL
bool isNull(vecType<T, P>
const & v, T
const &
epsilon);
51 template <
typename T, precision P,
template <
typename, precision>
class vecType>
52 GLM_FUNC_DECL vecType<bool, P>
isCompNull(vecType<T, P>
const & v, T
const &
epsilon);
56 template <
typename T, precision P,
template <
typename, precision>
class vecType>
57 GLM_FUNC_DECL
bool areOrthonormal(vecType<T, P>
const & v0, vecType<T, P>
const & v1, T
const &
epsilon);
62 #include "vector_query.inl"
GLM_FUNC_DECL bool isNormalized(vecType< T, P > const &v, T const &epsilon)
Check whether a vector is normalized.
GLM_FUNC_DECL GLM_CONSTEXPR genType epsilon()
Return the epsilon constant for floating point types.
GLM_FUNC_DECL bool areOrthonormal(vecType< T, P > const &v0, vecType< T, P > const &v1, T const &epsilon)
Check whether two vectors are orthonormal.
GLM_FUNC_DECL bool areOrthogonal(vecType< T, P > const &v0, vecType< T, P > const &v1, T const &epsilon)
Check whether two vectors are orthogonals.
GLM_FUNC_DECL vecType< bool, P > isCompNull(vecType< T, P > const &v, T const &epsilon)
Check whether a each component of a vector is null.
GLM_FUNC_DECL bool areCollinear(vecType< T, P > const &v0, vecType< T, P > const &v1, T const &epsilon)
Check whether two vectors are collinears.
GLM_FUNC_DECL bool isNull(vecType< T, P > const &v, T const &epsilon)
Check whether a vector is null.