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 Wednesday, 08 March 2023 18:11:31 UTC - 7c9ee203c70f155d301b41aa9b34dcc286921a3c
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