Next: 1.3.5 Algorithms for Bézier Up: 1.3 Bézier curves and Previous: 1.3.3 Numerical condition of   Contents   Index


1.3.4 Definition of Bézier curve and its properties

A Bézier curve is a parametric curve that uses the Bernstein polynomials as a basis. A Bézier curve of degree (order ) is represented by
    (1.40)

The coefficients, , are the control points or Bézier points and together with the basis function determine the shape of the curve. Lines drawn between consecutive control points of the curve form the control polygon. A cubic Bézier curve together with its control polygon is shown in Fig. 1.3 (a). Bézier curves have the following properties:
Figure 1.3: A cubic Bézier curve: (a) with control polygon, (b) with convex hull

Figure 1.4: Comparison of convex hulls of Bézier curves as means of detecting intersection

Figure 1.5: Variation diminishing property of a cubic Bézier curve



Next: 1.3.5 Algorithms for Bézier Up: 1.3 Bézier curves and Previous: 1.3.3 Numerical condition of   Contents   Index
December 2009