erich666 / GraphicsGems

Code for the "Graphics Gems" book series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to fit a cubic spline curve to a set of digitized points ?

914805218 opened this issue · comments

thanks a lot

I don't think this is the place for questions like this.
You could find answers in the following links:

https://stackoverflow.com/questions/6299019/how-can-i-fit-a-b%C3%A9zier-curve-to-a-set-of-data

https://pomax.github.io/bezierinfo/#curvefitting

thanks a lot
but the links is the answer of [fit a bezier curve to a set of digitized points]
i want fit a cubic spline curve, not a bezier curve

thanks a lot