next up previous
Next: e_bezier Up: e_bezier Previous: e_bezier

4. Properties of Bézier curves of any degree

Generalizing the idea of a cubic Bézier curve, a Bézier curve of degree at most $ n $ based on $ n+1$ control points $ P _ 0,\dots, P _ n$ is defined by

$ P(t) = J _ {n,0}(t)P _ 0 + \dots + J _ {n,n}(t) P _ n$,

where the Bernstein polynomial $ J _ {n,k}(t)$ is defined by $ J _ {n,k}(t) = \binom nk (1-t)^{n-k} t^k$.

The properties of cubic Bézier curves, listed above, generalize as you might expect they would. In addition, here is a nice derivative property that explains some of the derivative properties already mentioned for cubic Bézier curves:



Kirby A. Baker 2003-04-04