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 星期六, 17 八月 2024 20:48:20 UTC - 99bfb4fd7929e233b87b05758efc36f91505592e
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