#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. |