#include <algorithm>
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | vistle |
Functions | |
template<typename S > | |
S | vistle::clamp (S v, S vmin, S vmax) |
template<typename S , typename Float > | |
S | vistle::lerp (S a, S b, Float t) |
template<typename S > | |
S | vistle::difference_of_products (S a, S b, S c, S d) |