Clutter Engine 0.0.1
Loading...
Searching...
No Matches
scalar_relational.hpp File Reference
#include "../detail/qualifier.hpp"
#include "scalar_relational.inl"

Go to the source code of this file.

Namespaces

namespace  glm
 Core features
 

Functions

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)
 

Detailed Description