pin.hpp
Go to the documentation of this file.
6 /*************************************************************************************************/
19 /*************************************************************************************************/
23 /*************************************************************************************************/
46 /*************************************************************************************************/
56 /*************************************************************************************************/
67 /****************************************************************************************************/
77 /****************************************************************************************************/
87 /*************************************************************************************************/
91 /*************************************************************************************************/
95 /*************************************************************************************************/
const T & clamp_unordered(const T &x, const T &min, const T &max, R r) clamp_unordered implementation Definition: clamp.hpp:69 Definition: functional.hpp:26 const T & clamp(const T &x, const T &min, const T &max, R r) clamp implementation Definition: clamp.hpp:46 const T & pin_safe(const T &min, const T &x, const T &max, R r) pin_safe implementation Definition: pin.hpp:74 |