Labs / Computer Science

Bezier Curves

Every letter in this sentence, every icon on your screen, is built from curves like this one. Drag the control points to reshape the curve, then scrub t from 0 to 1 and watch the De Casteljau construction repeatedly interpolate its way down to a single point riding along the curve.

points 4B(t) (0.00, 0.00)

What to try