Flow Visualisation
|
Namespaces | |
glm | |
Functions | |
template<typename T > | |
GLM_FUNC_QUALIFIER bool | glm::isNull (detail::tmat2x2< T > const &m, T const &epsilon) |
template<typename T > | |
GLM_FUNC_QUALIFIER bool | glm::isNull (detail::tmat3x3< T > const &m, T const &epsilon) |
template<typename T > | |
GLM_FUNC_QUALIFIER bool | glm::isNull (detail::tmat4x4< T > const &m, T const &epsilon) |
template<typename genType > | |
GLM_FUNC_QUALIFIER bool | glm::isIdentity (genType const &m, typename genType::value_type const &epsilon) |
template<typename genType > | |
GLM_FUNC_QUALIFIER bool | glm::isNormalized (detail::tmat2x2< genType > const &m, genType const &epsilon) |
template<typename genType > | |
GLM_FUNC_QUALIFIER bool | glm::isNormalized (detail::tmat3x3< genType > const &m, genType const &epsilon) |
template<typename genType > | |
GLM_FUNC_QUALIFIER bool | glm::isNormalized (detail::tmat4x4< genType > const &m, genType const &epsilon) |
template<typename genType , template< typename > class matType> | |
GLM_FUNC_QUALIFIER bool | glm::isOrthogonal (matType< genType > const &m, genType const &epsilon) |