![]() |
1.0.0 API documentation
|
GLM_EXT_scalar_relational More...
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) |
| Returns the component-wise comparison of |x - y| < epsilon. | |
| template<typename genType > | |
| GLM_FUNC_DECL GLM_CONSTEXPR bool | equal (genType const &x, genType const &y, int ULPs) |
| Returns the component-wise comparison between two scalars in term of ULPs. | |
| template<typename genType > | |
| GLM_FUNC_DECL GLM_CONSTEXPR bool | notEqual (genType const &x, genType const &y, genType const &epsilon) |
| Returns the component-wise comparison of |x - y| >= epsilon. | |
| template<typename genType > | |
| GLM_FUNC_DECL GLM_CONSTEXPR bool | notEqual (genType const &x, genType const &y, int ULPs) |
| Returns the component-wise comparison between two scalars in term of ULPs. | |
Definition in file scalar_relational.hpp.