The Bézier curve is just a particular linear
combination of the control points with time-varying
coefficients. If the control points are ,
,
,
, then the curve is given by
, for
.
Why these coefficients? They arise in a way related
to binomial expansions. Recall that
. Now consider these
terms individually rather than added together, and put
for
. You get four functions of
,
called the Bernstein polynomials1. These are
Thus for a Bézier curve,
.
As you will see, the Bernstein polynomials have nice
properties that are reflected in the properties of Bézier
curves. Bernstein polynomials and Bézier curves can be
defined for any degree by using the expansion of
, but let's continue to concentrate on the case of
degree
, since that case is most frequently used.
Example. Suppose the control polygon has
,
,
, and
, as in Figure
. Then
In other words,
with
and
.