|
GraphicsAPI_2020C
|
GLM_EXT_scalar_relational More...
#include "../detail/qualifier.hpp"#include "scalar_relational.inl"

Go to the source code of this file.
Namespaces | |
| glm | |
| Core features | |
Functions | |
| template<typename genType > | |
| 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. More... | |
| template<typename genType > | |
| 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. More... | |
| template<typename genType > | |
| GLM_FUNC_DECL GLM_CONSTEXPR bool | glm::equal (genType const &x, genType const &y, int ULPs) |
| Returns the component-wise comparison between two scalars in term of ULPs. More... | |
| template<typename genType > | |
| GLM_FUNC_DECL GLM_CONSTEXPR bool | glm::notEqual (genType const &x, genType const &y, int ULPs) |
| Returns the component-wise comparison between two scalars in term of ULPs. More... | |
1.8.13