|
IBSimu 1.0.4
|
Two dimensional interpolation. More...
#include <cstddef>#include <vector>Go to the source code of this file.
Classes | |
| class | Interpolation2D |
| Base class for 2d interpolation. More... | |
| class | ClosestInterpolation2D |
| Closest point 2d interpolation. More... | |
| class | BiLinearInterpolation2D |
| BiLinear 2d interpolation. More... | |
| class | BiCubicInterpolation2D |
| BiCubic 2d interpolation. More... | |
Two dimensional interpolation.
1.7.4