4.6.0
Freundlich's C++ toolkit
|
Contains interpolation functions. More...
Functions | |
template<typename Float , typename Value > | |
Value | linear (Float const &_f, Value const &_v1, Value const &_v2) |
Interpolates between two values linearly. | |
template<typename Float , typename Value > | |
Value | perlin_fifth_degree (Float const &_f, Value const &_v1, Value const &_v2) |
Interpolates between two values using perlin fifth degree. | |
template<typename Float , typename Value > | |
Value | trigonometric (Float const &_f, Value const &_v1, Value const &_v2) |
Interpolates between two values trigonometrically. | |
Contains interpolation functions.