Go to the source code of this file.
|
template<typename T , typename R > |
const T & | clamp (const T &x, const T &min, const T &max, R r) |
|
template<typename T > |
const T & | clamp (const T &x, const T &min, const T &max) |
|
template<typename T , typename R > |
const T & | clamp_unordered (const T &x, const T &min, const T &max, R r) |
|
template<typename T > |
const T & | clamp_unordered (const T &x, const T &min, const T &max) |
|