arduino-splines
arduino-splines copied to clipboard
uncaught exceptions
you can use setpoints without _m and set degree to Hermite
x.setPoints( float x[], float y[], int numPoints );
x.setDegree(Hermite);
Then calc will access _m[i], _m[i+1] which is not set.