Skip to content
Prev 199416 / 398503 Next

order of points in spline

Maybe I did not explain myself correctly.

My first three points have x:  262, 275, 264

I want the spline to go from point 1 (x=262) to point 2 (x=275) and
then go back on the x axis to point 3 (x=264).
The function goes from 1 (x=262) to 3 (x=264) to 2 (x=275)

Please, run my example and you should see for yourself.