Expand description
Bicubic spline interpolation.
Port of agg_bspline.h / agg_bspline.cpp — interpolates a set of
(x, y) data points using bicubic spline with linear extrapolation
outside the data range.
Structs§
- Bspline
- Bicubic spline interpolator.