arduino-splines icon indicating copy to clipboard operation
arduino-splines copied to clipboard

uncaught exceptions

Open tablatronix opened this issue 7 years ago • 0 comments

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.

tablatronix avatar Aug 15 '18 14:08 tablatronix