Construct a bezier curve of order 3 and with 4 polygon vertices a (1, 1) b(2, 3) c(4,3) and d(6, 4).
Answers
Answered by
29
This problem can be solved in the following way:
(Please feel free to raise questions in case of any confusions)
(Please feel free to raise questions in case of any confusions)
Attachments:
Answered by
1
Answer:
Step-by-step explanation:
Bezier curves can be generated under the control of other points. Approximate tangents by using control points are used to generate curve. The Bezier curve can be represented mathematically as –
Where pi is the set of points and Bni(t)Bin(t) represents the Bernstein polynomials which are given by –
Where n is the polynomial degree, i is the index, and t is the variable.
The equation for the Bezier curve is given
as:-
for where P(U)
is the point on the curve
Let us take
Therefore,
Therefore,
Similar questions