math.hpp File Reference

Go to the source code of this file.

Namespaces

 iv
 

Functions

template<class Float >
Float iv::mix_max (Float from, Float to, Float maxDist, std::enable_if_t< std::is_floating_point< Float >::value, std::nullptr_t >=nullptr)
 
template<class Float >
Float iv::abs (Float val)
 
template<class Float >
Float iv::clamp (Float val, Float min, Float max)