A Bézier curve is a parametric curve frequently used in computer graphics, animation, modeling, CAD, CAGD,  and many other related fields.

Bezier curves and surfaces are curves written in Bernstein basis form; so, they are known many years ago. However, these applications are used heavily only in the last 30 years. Why? What are your thoughts and opinions?

http://en.wikipedia.org/wiki/B%C3%A9zier_curve

Bézier curves are also used in the time domain, particularly in animation and interface design, e.g., a Bézier curve can be used to specify the velocity over time of an object such as an icon moving from A to B, rather than simply moving at a fixed number of pixels per step. When animators or interface designers talk about the "physics" or "feel" of an operation, they may be referring to the particular Bézier curve used to control the velocity over time of the move in question.

The mathematical basis for Bézier curves — the Bernstein polynomial — has been known since 1912, but its applicability to graphics was understood half a century later. Bézier curves were widely publicized in 1962 by the French engineer Pierre Bézier, who used them to design automobile bodies at Renault. The study of these curves was however first developed in 1959 by mathematician Paul de Casteljau using de Casteljau's algorithm, a numerically stable method to evaluate Bézier curves, at Citroën, another French automaker.

More Abedallah M Rababah's questions See All
Similar questions and discussions