Hacker News with Generative AI: Bézier Curves

Fitting Cubic Bézier Curves (raphlinus.github.io)
Cubic Béziers are by far the most common curve representation, used both for design and rendering. One of the fundamental problems when working with curves is curve fitting, or determining the Bézier that’s closest to some source curve.
Closed form arc length parametrization is impossible for quadratic Bézier curves (ninjakoa.la)
Hobby's algorithm for aesthetic Bézier splines (2020) (jakelow.com)