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 금요일, 02 5월 2025 18:57:49 UTC - 0cfbc5eb74e8f627fe4da3fb60a3ee56ee64a172
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