5 template<
typename T, qualifier Q>
9 for(length_t i = 0; result && i < m.length() ; ++i)
14 template<
typename T, qualifier Q>
18 for(length_t i = 0; result && i < m.length() ; ++i)
23 template<
typename T, qualifier Q>
27 for(length_t i = 0; result && i < m.length() ; ++i)
32 template<length_t C, length_t R,
typename T, qualifier Q>
36 for(length_t i = 0; result && i < m[0].length() ; ++i)
38 for(length_t j = 0; result && j < i ; ++j)
42 for(length_t j = i + 1; result && j < m.length(); ++j)
48 template<
typename T, qualifier Q>
52 for(length_t i = 0; result && i < m.length(); ++i)
54 for(length_t i = 0; result && i < m.length(); ++i)
57 for(length_t j = 0; j < m.length(); ++j)
64 template<
typename T, qualifier Q>
68 for(length_t i = 0; result && i < m.length(); ++i)
70 for(length_t i = 0; result && i < m.length(); ++i)
73 for(length_t j = 0; j < m.length(); ++j)
80 template<
typename T, qualifier Q>
84 for(length_t i = 0; result && i < m.length(); ++i)
86 for(length_t i = 0; result && i < m.length(); ++i)
89 for(length_t j = 0; j < m.length(); ++j)
96 template<length_t C, length_t R,
typename T, qualifier Q>
100 for(length_t i(0); result && i < m.length() - 1; ++i)
101 for(length_t j(i + 1); result && j < m.length(); ++j)
106 mat<C, R, T, Q> tmp = transpose(m);
107 for(length_t i(0); result && i < m.length() - 1 ; ++i)
108 for(length_t j(i + 1); result && j < m.length(); ++j)
GLM_FUNC_DECL GLM_CONSTEXPR genType abs(genType x)
GLM_FUNC_DECL GLM_CONSTEXPR genType epsilon()
Return the epsilon constant for floating point types.
Definition scalar_constants.inl:6
GLM_FUNC_DECL bool isOrthogonal(matType< C, R, T, Q > const &m, T const &epsilon)
GLM_FUNC_DECL bool isNull(mat< 2, 2, T, Q > const &m, T const &epsilon)
Definition matrix_query.inl:6
GLM_FUNC_DECL bool isNormalized(mat< 2, 2, T, Q > const &m, T const &epsilon)
Definition matrix_query.inl:49
GLM_FUNC_DECL bool isIdentity(matType< C, R, T, Q > const &m, T const &epsilon)
GLM_FUNC_DECL bool areOrthogonal(vec< L, T, Q > const &v0, vec< L, T, Q > const &v1, T const &epsilon)
Definition vector_query.inl:88
Core features
Definition common.hpp:21
Definition qualifier.hpp:36