BezierCurve

WMA link


BezierCurve[{$pt_1$, $pt_2$ ...}]

represents a Bézier curve with control points $p_i$.

The result is a curve by combining the Bézier curves when points are taken triples at a time.

Option:

Set up some points to form a simple zig-zag...

=

A composite Bézier curve, shown in blue, smooths the zig zag. Control points are shown in red:

Extend points...

=

A longer composite Bézier curve and its control points:

Notice how the curve from the first to third point is not changed by any points outside the interval. The same is true for points three to five, and so on.

BernsteinBasis
BezierFunction