Bézier curve

views updated

Bézier curve A spline approximation developed by Pierre Bézier and widely used in computer-aided design. An nth-degree Bézier curve is an nth-degree polynomial defined by n + 1 control points, r0rn. The Bézier curve is defined by r(u) = ∑riBin(u)

where Bin(u) is the Bernstein polynomial of degree n defined by Bin(u) = n!/i!(ni)!ui(1–u)ni if 0 ← in, or = 0 otherwise.

Bézier curves have a number of important properties. For example, the curve passes through the first and last control points and is completely contained within the polygon that forms the convex hull of the control points; the gradient at each of the end points is the same as the gradient of the line joining the end point to its immediate neighbor; the control points exert a pull on the direction of the curve which is clamped by the slope at the end points.