Guide for beginners: What is interpolation?
Interpolation is a very common technique in computer graphics and important in the creating process of a 3D configurator. Very often, data is given on a regular grid (values are written at the vertex of a 2D or 3D grid) or on a line (in the 1D case), but the program must evaluate values [...]