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 금요일, 15 9월 2023 21:25:22 UTC - 89b7d17faa77e847b7de814f7dcea89eeca38653
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