|
template<precision P, template< typename, precision > class vecType> |
GLM_FUNC_DECL bool | glm::all (vecType< bool, P > const &v) |
|
template<precision P, template< typename, precision > class vecType> |
GLM_FUNC_DECL bool | glm::any (vecType< bool, P > const &v) |
|
template<typename T , precision P, template< typename, precision > class vecType> |
GLM_FUNC_DECL vecType< T, P >::bool_type | glm::greaterThan (vecType< T, P > const &x, vecType< T, P > const &y) |
|
template<typename T , precision P, template< typename, precision > class vecType> |
GLM_FUNC_DECL vecType< T, P >::bool_type | glm::greaterThanEqual (vecType< T, P > const &x, vecType< T, P > const &y) |
|
template<typename T , precision P, template< typename, precision > class vecType> |
GLM_FUNC_DECL vecType< T, P >::bool_type | glm::lessThanEqual (vecType< T, P > const &x, vecType< T, P > const &y) |
|
template<precision P, template< typename, precision > class vecType> |
GLM_FUNC_DECL vecType< bool, P > | glm::not_ (vecType< bool, P > const &v) |
|
template<typename T , precision P, template< typename, precision > class vecType> |
GLM_FUNC_DECL vecType< T, P >::bool_type | glm::notEqual (vecType< T, P > const &x, vecType< T, P > const &y) |
|