Bezier Curves - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Bézier Curves

Points of a Polynomial

The Bézier curve is a type of smooth curve that interpolates between a set of control points. These curves are especially useful in graphical design, where the designer can adjust the control points and see how the curve is affected in real time.

 

Explanation

The Bézier curve  determined by  ordered points is a weighted average of the curves through the first  points and the last  points, where the weight depends on the parameter of the curve. A precise recursive definition is as follows:

or, more explicitly:

 

The Bézier curve is the graph of this parametric equation for  from 0 to 1.

 

The following plot contains a Bézier curve anchored by red points. Drag the various control points around to see the effect on the curve. Note that moving some of the control points can affect the other points as well.

 

More MathApps

MathApps/FunctionsAndRelations


Download Help Document