Remix.run Logo
ttd 3 days 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.

ttoinou 2 days ago | parent [-]

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