#include <adobe/config.hpp>
#include <adobe/algorithm/clamp.hpp>
Go to the source code of this file.
Namespaces |
| namespace | adobe |
Functions |
| template<typename T , typename R > |
| const T & | pin (const T &min, const T &x, const T &max, R r) |
| template<typename T > |
| const T & | pin (const T &min, const T &x, const T &max) |
| template<typename T , typename R > |
| const T & | pin_safe (const T &min, const T &x, const T &max, R r) |
| template<typename T , typename R > |
| const T & | pin_safe (const T &min, const T &x, const T &max) |