Close

A Non-Suleiman IP Version

A project log for Fitting a Quadratic Bezier Curve to Point Data

Trying to reverse engineer a round bottom sail boat.

agpcooperagp.cooper 01/31/2024 at 13:320 Comments

Non-Suleiman Version

After my last post I realised I did not need Suleiman's code. The Newton-Rapson method could solve the "t" values directly, but it would likely need more iterations.

Here are the results:

So the results are indentical which means my derivation (based on first and second derivates) is but a refactorisation of Suleiman's.

BezierFitV2.c is in the files directory.

Discussions