What are Bezier curves used for?
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).
Thanks for the help.
Welcome
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.
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.
Many many thanks........
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.
Thank you so much for your valuable answer.