Clutter Engine 0.0.1
|
#include "../ext/scalar_int_sized.hpp"
#include "../common.hpp"
#include "../detail/qualifier.hpp"
#include "scalar_ulp.inl"
Go to the source code of this file.
Namespaces | |
namespace | glm |
Core features | |
Functions | |
template<typename genType > | |
GLM_FUNC_DECL genType | glm::nextFloat (genType x) |
template<typename genType > | |
GLM_FUNC_DECL genType | glm::prevFloat (genType x) |
template<typename genType > | |
GLM_FUNC_DECL genType | glm::nextFloat (genType x, int ULPs) |
template<typename genType > | |
GLM_FUNC_DECL genType | glm::prevFloat (genType x, int ULPs) |
GLM_FUNC_DECL int | glm::floatDistance (float x, float y) |
GLM_FUNC_DECL int64 | glm::floatDistance (double x, double y) |