#include "../detail/qualifier.hpp"
#include "scalar_relational.inl"
Go to the source code of this file.
|
| template<typename genType > |
| GLM_FUNC_DECL GLM_CONSTEXPR bool | glm::equal (genType const &x, genType const &y, genType const &epsilon) |
| |
| template<typename genType > |
| GLM_FUNC_DECL GLM_CONSTEXPR bool | glm::notEqual (genType const &x, genType const &y, genType const &epsilon) |
| |
| template<typename genType > |
| GLM_FUNC_DECL GLM_CONSTEXPR bool | glm::equal (genType const &x, genType const &y, int ULPs) |
| |
| template<typename genType > |
| GLM_FUNC_DECL GLM_CONSTEXPR bool | glm::notEqual (genType const &x, genType const &y, int ULPs) |
| |