Application of Bezier curves

Application of Bezier curves

by Md. Toukir Ahmed Mehedi -
Number of replies: 7

What are Bezier curves used for?

In reply to Md. Toukir Ahmed Mehedi

Re: Application of Bezier curves

by Md. Safiqul Islam -

Bezier curves are used in computer graphics to produce curves which appear reasonably smooth at all scales (as opposed to polygonal lines, which will not scale nicely). Mathematically, they are a special case of cubic Hermite interpolation (whereas polygonal lines use linear interpolation).

In reply to Md. Safiqul Islam

Re: Application of Bezier curves

by Imdadul Haque Shazu -
Application of Bezier curves::
1.computer graphic: Benazir curve ar widely used in computer graphics to model smooth curves.
2.Animation: In animation application, such as Adobe flash and synfig , Bezier curve is used to Outline, For example, movement
3.Font: True Type fonts use Bezier splines composed of quadratic Bezier Curve.
In reply to Md. Toukir Ahmed Mehedi

Re: Application of Bezier curves

by Md. Nazmul Islam -

A Bezier curves is a parametric curve used in computer graphics and related fields. Other uses include the design of computer fonts and animation. Bezier curves can be combined to form a Bezier spline, or generalised to higher dimensions to form Bezier surfaces.