ofxMSAInterpolator icon indicating copy to clipboard operation
ofxMSAInterpolator copied to clipboard

C++ openFrameworks addon with a set of template classes for doing various types of interpolations on data with any number of dimensions. You can feed the system an arbitrary number of data, then resam...

Results 1 ofxMSAInterpolator issues
Sort by recently updated
recently updated
newest added

In `drawInterpolatorSmooth` for 2D and 3D interpolators the following line : ``` float spacing = 1.0/numSteps; ``` is executed without checking that `numSteps` be greater than 0. This yields undefined...