top | item 44891164

(no title)

ttd | 6 months ago

Yes - but there are other curve classes (like P-H) that have an exact solution and don't need approximation. Bezier curves have tons of nice properties but also a lot of shortcomings, for example not being able represent conic sections like circles and ellipses without introducing weighting (rationals), which complicate computations even further. So, depending on what you're doing with them, it's worth exploring other curve types IMO.

discuss

order

ttoinou|6 months ago

Great, I'm looking at P-H and it's very interesting and useful