global functions
glm::isIdentity(...)
bool glm::isIdentity(const matType< T, P > &m=P, const T &epsilon)
Documentation from code comments
Return whether a matrix is an identity matrix. From GLM_GTX_matrix_query extension.
glm::isNormalized(...)
bool glm::isNormalized(const glm::mat2 &m=P, const T &epsilon)
Documentation from code comments
Return whether a matrix is a normalized matrix. From GLM_GTX_matrix_query extension.
glm::isNormalized(...)
bool glm::isNormalized(const glm::mat3 &m=P, const T &epsilon)
Documentation from code comments
Return whether a matrix is a normalized matrix. From GLM_GTX_matrix_query extension.
glm::isNormalized(...)
bool glm::isNormalized(const glm::mat4 &m=P, const T &epsilon)
Documentation from code comments
Return whether a matrix is a normalized matrix. From GLM_GTX_matrix_query extension.
glm::isNull(...)
bool glm::isNull(const glm::mat2 &m=P, const T &epsilon)
Documentation from code comments
Return whether a matrix a null matrix. From GLM_GTX_matrix_query extension.
glm::isNull(...)
bool glm::isNull(const glm::mat3 &m=P, const T &epsilon)
Documentation from code comments
Return whether a matrix a null matrix. From GLM_GTX_matrix_query extension.
glm::isNull(...)
bool glm::isNull(const glm::mat4 &m=P, const T &epsilon)
Documentation from code comments
Return whether a matrix is a null matrix. From GLM_GTX_matrix_query extension.
glm::isOrthogonal(...)
bool glm::isOrthogonal(const matType< T, P > &m=P, const T &epsilon)
Documentation from code comments
Return whether a matrix is an orthonormalized matrix. From GLM_GTX_matrix_query extension.
Last updated Tuesday, 19 November 2024 17:25:58 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