18 #include "../gtx/vector_query.hpp" 
   21 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED) 
   22 #       pragma message("GLM: GLM_GTX_matrix_query extension included") 
   32         template<
typename T, precision P>
 
   33         GLM_FUNC_DECL 
bool isNull(tmat2x2<T, P> 
const & m, T 
const & 
epsilon);
 
   37         template<
typename T, precision P>
 
   38         GLM_FUNC_DECL 
bool isNull(tmat3x3<T, P> 
const & m, T 
const & 
epsilon);
 
   42         template<
typename T, precision P>
 
   43         GLM_FUNC_DECL 
bool isNull(tmat4x4<T, P> 
const & m, T 
const & 
epsilon);
 
   47         template<
typename T, precision P, 
template <
typename, precision> 
class matType>
 
   52         template<
typename T, precision P>
 
   57         template<
typename T, precision P>
 
   62         template<
typename T, precision P>
 
   67         template<
typename T, precision P, 
template <
typename, precision> 
class matType>
 
   73 #include "matrix_query.inl" 
GLM_FUNC_DECL GLM_CONSTEXPR genType epsilon()
Return the epsilon constant for floating point types. 
GLM_FUNC_DECL bool isNull(tmat4x4< T, P > const &m, T const &epsilon)
Return whether a matrix is a null matrix. 
GLM_FUNC_DECL bool isIdentity(matType< T, P > const &m, T const &epsilon)
Return whether a matrix is an identity matrix. 
GLM_FUNC_DECL bool isNormalized(tmat4x4< T, P > const &m, T const &epsilon)
Return whether a matrix is a normalized matrix. 
GLM_FUNC_DECL bool isOrthogonal(matType< T, P > const &m, T const &epsilon)
Return whether a matrix is an orthonormalized matrix.