Antkeeper
0.0.1
|
Go to the source code of this file.
Namespaces | |
math | |
Mathematical functions and data types. | |
Functions | |
template<class T > | |
constexpr T | math::map (T x, T from_min, T from_max, T to_min, T to_max) noexcept |
Remaps a number from one range to another. More... | |