Cortex
10.0.0-a4
|
A function object which performs cubic interpolation. More...
#include <Interpolator.h>
Public Member Functions | |
void | operator() (const T &y0, const T &y1, const T &y2, T const &y3, double x, T &result) const |
Interpolate between y1 and y2. Requires additional data points on either side. | |
A function object which performs cubic interpolation.