#include <Interpolator.h>
Inheritance diagram for InterpolatorLinear:


| Public Member Functions | |
| InterpolatorLinear (unsigned int dim, unsigned int num_samples=2) | |
| void | Eval (float t, T *value) | 
| 
 | ||||||||||||
| Constructor: num_samples must be >= 2 | 
| 
 | ||||||||||||
| Evaluates the function in t using the specific interpolation method (defined in a subclass). Implements Interpolator. | 
 1.3.5
 
1.3.5