35const float lerp(
float,
float,
float);
36const float clamp(
float,
float,
float);
const float clamp(float, float, float)
Clamp between two values.
const bool isPowerOf2(size_t n)
Power of 2 test.
const float lerp(float, float, float)
Linear interpolation.
std::wstring to_wstring_f(float x, size_t n)
Float to fixed precision wstring.
const float spline3(float)
Cubic spline.
const float spline5(float)
Quintic spline.