ofxMSAInterpolator

A set of C++ template classes for doing various types of interpolations on data in any number of dimensions. You can feed the system an arbitrary number of n-dimensional data (can be simple types like float, int or complex types like vectors, matrices, or even custom structs, classes like biped pos…