Raising the Degree for Bézier Curves
Raising the Degree for Bézier Curves
A Bézier curve in the plane is given by parametric equations of the form , where ,,…, are points in the plane called control points and (t) is the Bernstein polynomial of degree . This parametrization can be changed (without changing the curve) via a recursive procedure outlined in the Details section that generates a new set of control points larger by 1 at each iteration. The figure shows the Bézier curve, the original control polygon (obtained by connecting the control points with line segments), and the control polygon determined by the control points after some iterations of the recursive procedure. This artificial process is useful in CAGD to increase the flexibility for the designer. It may also be used in numerous contexts where several Bézier curves need to be represented with the same degree, for example to join two curves by a Bézier surface, or to compare two curves, etc.
C(t)=(t)
n
∑
i=0
B
i,n
P
i
P
1
P
2
P
n
B
i,n
th
i
n