dominictarr / cardinal-spline-3d

MIT License
8 stars 3 forks source link

After interpolation the last point differs from the original control point #1

Open fobdy opened 5 years ago

fobdy commented 5 years ago

It seems that the last point is equal to the previous control point

dominictarr commented 5 years ago

I did notice that the curve didn't seem right when the stiffness was high. It might be a problem with the library I adapted this from. https://github.com/epistemex/cardinal-spline-js

I don't really understand the math I just added another dimension and it seemed to look right.