#include <algorithm>#include <cmath>Go to the source code of this file.
Namespaces | |
| namespace | base |
Functions | |
| template<class T > | |
| constexpr const T & | base::ClampToRange (const T &value, const T &min, const T &max) |
| template<typename T > | |
| constexpr bool | base::IsApproximatelyEqual (T lhs, T rhs, T tolerance) |