aimstil
5.0.5
|
Linear interpolation between two values. More...
#include <til/TrilinearInterpolation.h>
Public Types | |
typedef LinearInterpolation | Self |
Static Public Member Functions | |
static T | compute (T f1, T f2, T x) |
Returns the linear interpolated value of two numbers. More... | |
Linear interpolation between two values.
Definition at line 14 of file TrilinearInterpolation.h.
typedef LinearInterpolation til::LinearInterpolation< T >::Self |
Definition at line 19 of file TrilinearInterpolation.h.
|
inlinestatic |
Returns the linear interpolated value of two numbers.
f1 | Value assumed to lie at position 0 |
f2 | Value assumed to lie at position 1 |
x | The interpolated value at position x |
Definition at line 29 of file TrilinearInterpolation.h.