global functions
glm::areCollinear(...)
bool glm::areCollinear(const vecType< T, P > &v0=P, const vecType< T, P > &v1=P, const T &epsilon)
Documentation from code comments
Check whether two vectors are collinears.
See also: gtx_vector_query extensions.
glm::areOrthogonal(...)
bool glm::areOrthogonal(const vecType< T, P > &v0=P, const vecType< T, P > &v1=P, const T &epsilon)
Documentation from code comments
Check whether two vectors are orthogonals.
See also: gtx_vector_query extensions.
glm::areOrthonormal(...)
bool glm::areOrthonormal(const vecType< T, P > &v0=P, const vecType< T, P > &v1=P, const T &epsilon)
Documentation from code comments
Check whether two vectors are orthonormal.
See also: gtx_vector_query extensions.
glm::isCompNull(...)
vecType< bool, P > glm::isCompNull(const vecType< T, P > &v=P, const T &epsilon)
Documentation from code comments
Check whether a each component of a vector is null.
See also: gtx_vector_query extensions.
glm::isNormalized(...)
bool glm::isNormalized(const vecType< T, P > &v=P, const T &epsilon)
Documentation from code comments
Check whether a vector is normalized.
See also: gtx_vector_query extensions.
glm::isNull(...)
bool glm::isNull(const vecType< T, P > &v=P, const T &epsilon)
Documentation from code comments
Check whether a vector is null.
See also: gtx_vector_query extensions.
Last updated 星期二, 19 十一月 2024 17:26:02 UTC - 2537ee49f6d46d5fe98e408849448314fd1f180e
If you have any doubt about the usage of this module you can ask in the forum.
If you want to contribute better documentation or start documenting this section you can do so here
If you find anything wrong with this docs you can report any error by opening an issue