Cortex
10.0.0-a4
|
A function object which performs linear interpolation. More...
#include <Interpolator.h>
Public Member Functions | |
void | operator() (const T &y0, const T &y1, double x, T &result) const |
Interpolate between y0 and y1. | |
A function object which performs linear interpolation.