[Home]Bezier curve

HomePage | Recent Changes | Preferences

Showing revision 1
Bezier curve refers to a family of polynomial used by French engineer [Pierre Bezier]? to design automobile bodies. The case with four control points is a cubic curve used in PostScript and other imaging systems.

Four points define a cubic Bezier curve. The curve starts from A going toward B and arrives at D coming from C.

    B o         o C
         _____
     _,-'     `-._
   ,'             `.
  /                 \ 
 * A               D *

The parametric form:

P(t) = A(1 - t)3 + 3Bt(1 - t)2 + 3Ct2(1 - t) + Dt3

Notice a binomial pattern in the coefficients [1, 3, 3, 1]. Generalizing the cubic case forms the cases with more than four control points; however, these do not find much use in practice.

References


HomePage | Recent Changes | Preferences
This page is read-only | View other revisions | View current revision
Edited November 24, 2001 1:10 am by Damian Yerrick (diff)
Search: