0.9.9 API documenation
|
Go to the source code of this file.
Functions | |
template<length_t C, length_t R, typename T , qualifier Q, template< length_t, length_t, typename, qualifier > class matType> | |
GLM_FUNC_DECL bool | isIdentity (matType< C, R, T, Q > const &m, T const &epsilon) |
template<typename T , qualifier Q> | |
GLM_FUNC_DECL bool | isNormalized (mat< 2, 2, T, Q > const &m, T const &epsilon) |
template<typename T , qualifier Q> | |
GLM_FUNC_DECL bool | isNormalized (mat< 3, 3, T, Q > const &m, T const &epsilon) |
template<typename T , qualifier Q> | |
GLM_FUNC_DECL bool | isNormalized (mat< 4, 4, T, Q > const &m, T const &epsilon) |
template<typename T , qualifier Q> | |
GLM_FUNC_DECL bool | isNull (mat< 2, 2, T, Q > const &m, T const &epsilon) |
template<typename T , qualifier Q> | |
GLM_FUNC_DECL bool | isNull (mat< 3, 3, T, Q > const &m, T const &epsilon) |
template<typename T , qualifier Q> | |
GLM_FUNC_DECL bool | isNull (mat< 4, 4, T, Q > const &m, T const &epsilon) |
template<length_t C, length_t R, typename T , qualifier Q, template< length_t, length_t, typename, qualifier > class matType> | |
GLM_FUNC_DECL bool | isOrthogonal (matType< C, R, T, Q > const &m, T const &epsilon) |
Definition in file matrix_query.hpp.