This crate contains an implementation of Radial Basis Function multidimensional interpolation. For an excellent introduction to the topic, see the [SIGGRAPH 2014 course notes].
The input is a set of datapoints, each of which has coordinates in some multidimensional
space, and a value, also provided as a vector. For example, for the colorfield images below,
the coordinates are 2D, and the values are a 3-vector, one each for red, green, and blue.
The result is a Scatter
struct that can then be evaluated at any coordinate. The idea
is that the values vary smoothly with the coordinates, but coincide with the input at each