4.4.1
Freundlich's C++ toolkit
Loading...
Searching...
No Matches
Functions
fcppt::math::interpolation Namespace Reference

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.
 

Detailed Description

Contains interpolation functions.