Since quadratic bezier curves can only approximate circles, I'm wondering what they can actually do well. That is, the sort of half-circle-like shapes that quadratic curves can make. For instance, in the letter u, maybe it's no good at creating a half-circle, but it might be really good at creating the U shape in some other fashion, maybe with just 1 or two curves that has some x contour. Wondering what that curve looks like and what is definition or properties are.
2026-03-25 11:06:30.1774436790
The good pseudo-half-circle-like curves that quadratic bezier curves can create
758 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
I can think of a few good things about quadratic Bézier curves:
If you want to approximate some complex shape, then using quadratic pieces will require you to use more (and shorter) segments than when using cubics. But each quadratic segment will require less data than a cubic one. Compare TrueType fonts (quadratic segments) with Postscript ones (cubic segments) to get a sense of this.