Encyclopedia

Bezier curve

Bézier curve

[¦bāz·yā ′kərv]
(computer science)
A curve in a drawing program that is defined mathematically, and whose shape can be altered by dragging either of its two interior determining points with a mouse.
(mathematics)
A simple smooth curve whose shape is determined by a mathematical formula from the locations of four points, the two end points of the curve and two interior points.
McGraw-Hill Dictionary of Scientific & Technical Terms, 6E, Copyright © 2003 by The McGraw-Hill Companies, Inc.

Bezier curve

(graphics)
A type of curve defined by mathematical formulae, used in computer graphics. A curve with coordinates P(u), where u varies from 0 at one end of the curve to 1 at the other, is defined by a set of n+1 "control points" (X(i), Y(i), Z(i)) for i = 0 to n.

P(u) = Sum i=0..n [(X(i), Y(i), Z(i)) * B(i, n, u)]

B(i, n, u) = C(n, i) * u^i * (1-u)^(n-i)

C(n, i) = n!/i!/(n-i)!

A Bezier curve (or surface) is defined by its control points, which makes it invariant under any affine mapping (translation, rotation, parallel projection), and thus even under a change in the axis system. You need only to transform the control points and then compute the new curve. The control polygon defined by the points is itself affine invariant.

Bezier curves also have the variation-diminishing property. This makes them easier to split compared to other types of curve such as Hermite or B-spline.

Other important properties are multiple values, global and local control, versatility, and order of continuity.

This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)
Mentioned in
References in periodicals archive
A Bezier curve is then calculated using these four points to express the irregular curved surface.
They studied geometric models of fuzzy and intuitionistic fuzzy data and gave fuzzy interpolation and Bezier curve modeling.
In Section 3, we introduce a new Bezier curve based method to smooth the initial planned path.
Consider the problem of moving a platoon of N HDVs from a given starting point to a given end point, in a case where the road profile (here represented by composite Bezier curve) is known in advance.
Bezier from the Renault Company in France defined a curve representation by giving a polygon and called it as the Bezier curve. The Bezier curves were applied in practice to Renault automobile body designs.
The Bezier curve are adjusted based on the previous results.
Copyright © 2003-2025 Farlex, Inc Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.