Bezier Curve Defind

Bezier Curve Defind

by Niloy Chandra Shil -
Number of replies: 2

Bezier Curve may be defined as-
Bezier Curve is parametric curve defined by a set of control points.
Two points are ends of the curve.
Other points determine the shape of the curve.

what are the proprieties of Bezier Curve?


In reply to Niloy Chandra Shil

Re: Bezier Curve Defind

by Tania Akter Lima -
Properties of Bezier Curves:
1.They generally follow the shape of the control polygon
2. which consists of the segments joining the control points.
3.They always pass through the first and last control points.
4.They are contained in the convex hull of their defining control points