Pomax / BezierInfo-2

The development repo for the Primer on Bézier curves, https://pomax.github.io/bezierinfo
https://pomax.github.io/bezierinfo
Other
2.32k stars 289 forks source link

replace the curve fitting section with lagrangian interpolation #331

Open Pomax opened 2 years ago

Pomax commented 2 years ago

With an explanation on how to turn the Lagrangian polynomial into Bezier form. It'll probably be easier than the LMSE matrix approach given the simplicity of Lagrangian interpolation.