![]() |
Recast
1
Game with custom magic
|
Functions | |
template<typename T > | |
T | lerp (T a, T b, double t) |
double | randomFloat () |
Collection of functions which work with numbers.
|
inline |
Makes value a
to be more "similar" to value b
by factor t
.
T | Any number, e.g. double . |
a | First value. |
b | Second Value. |
t | Factor. |
|
inline |
Generates random value between 0.0 and 1.0.