MOTIVATING  GEOMETRY THROUGH
COMPUTATION  AND  VISUALIZATION

funded by NSF-CCLI grant DUE-0126687

Principal Investigator
David L. Finn
Associate Professor of Mathematics
Rose-Hulman Institute of Technology
Finn's Page | CCLI Info | Applets | Materials | Course Notes | Publications
Bezier Bernstein Applet
DIRECTIONS:   In this applet, you create a Bezier curve by placing control points. The applet uses the Bernstein-Bezier form
c(t) = B0n(t)p0 + B1n(t)p1 + B2n(t)p2 + ... + Bnn(t)pn
to create the curve by computing the basis functions
Bin(t) = [n! /( i! (n-i)!)] ti(1-t)n-i
at various values of t, and then computing the points on the curve.

The applet allows you to create multiple curves, by using the check box to enable multiple curves and then selecting new curves.