|  | 0.9.9 API documenation
    | 
Go to the source code of this file.
| Functions | |
| template<typename genType > | |
| GLM_FUNC_DECL GLM_CONSTEXPR bool | equal (genType const &x, genType const &y, genType const &epsilon) | 
| template<typename genType > | |
| GLM_FUNC_DECL GLM_CONSTEXPR bool | notEqual (genType const &x, genType const &y, genType const &epsilon) | 
Definition in file ext/scalar_relational.hpp.
| GLM_FUNC_DECL GLM_CONSTEXPR bool glm::equal | ( | genType const & | x, | 
| genType const & | y, | ||
| genType const & | epsilon | ||
| ) | 
Returns the component-wise comparison of |x - y| < epsilon.
True if this expression is satisfied.
| genType | Floating-point or integer scalar types | 
| GLM_FUNC_DECL GLM_CONSTEXPR bool glm::notEqual | ( | genType const & | x, | 
| genType const & | y, | ||
| genType const & | epsilon | ||
| ) | 
Returns the component-wise comparison of |x - y| >= epsilon.
True if this expression is not satisfied.
| genType | Floating-point or integer scalar types | 
 1.8.14
 1.8.14