|  | 0.9.9 API documenation
    | 
Go to the source code of this file.
| Functions | |
| template<precision P, template< typename, precision > class vecType> | |
| GLM_FUNC_DECL bool | all (vecType< bool, P > const &v) | 
| Returns true if all components of x are true.  More... | |
| template<precision P, template< typename, precision > class vecType> | |
| GLM_FUNC_DECL bool | any (vecType< bool, P > const &v) | 
| Returns true if any component of x is true.  More... | |
| template<typename T , precision P, template< typename, precision > class vecType> | |
| GLM_FUNC_DECL vecType< bool, P > | equal (vecType< T, P > const &x, vecType< T, P > const &y) | 
| Returns the component-wise comparison of result x == y.  More... | |
| template<typename T , precision P, template< typename, precision > class vecType> | |
| GLM_FUNC_DECL vecType< bool, P > | greaterThan (vecType< T, P > const &x, vecType< T, P > const &y) | 
| Returns the component-wise comparison of result x > y.  More... | |
| template<typename T , precision P, template< typename, precision > class vecType> | |
| GLM_FUNC_DECL vecType< bool, P > | greaterThanEqual (vecType< T, P > const &x, vecType< T, P > const &y) | 
| Returns the component-wise comparison of result x >= y.  More... | |
| template<typename T , precision P, template< typename, precision > class vecType> | |
| GLM_FUNC_DECL vecType< bool, P > | lessThan (vecType< T, P > const &x, vecType< T, P > const &y) | 
| Returns the component-wise comparison result of x < y.  More... | |
| template<typename T , precision P, template< typename, precision > class vecType> | |
| GLM_FUNC_DECL vecType< bool, P > | lessThanEqual (vecType< T, P > const &x, vecType< T, P > const &y) | 
| Returns the component-wise comparison of result x <= y.  More... | |
| template<precision P, template< typename, precision > class vecType> | |
| GLM_FUNC_DECL vecType< bool, P > | not_ (vecType< bool, P > const &v) | 
| Returns the component-wise logical complement of x.  More... | |
| template<typename T , precision P, template< typename, precision > class vecType> | |
| GLM_FUNC_DECL vecType< bool, P > | notEqual (vecType< T, P > const &x, vecType< T, P > const &y) | 
| Returns the component-wise comparison of result x != y.  More... | |
Definition in file func_vector_relational.hpp.
 1.8.10
 1.8.10