Bézier Curve editor applet
Alec Jacobson
February 04, 2010
This Bézier curve editor is the first applet I've written for my Geometric Modeling class. It implements De Casteljau's algorithm to render the curve recursively and the Graham scan method for determining the convex hull of the control points. I also implement elevating the degree (by adding another control point) of the Bézier curve without changing the curve.