CSE4020 Computer Graphics, Lab Assignment 11

$30.00

Category: You will Instantly receive a download link for .zip solution file upon Payment || To Order Original Work Click Custom Order?

Description

5/5 - (3 votes)

1. Write down a Python program to visualize a Bezier curve.
A. Start from uploaded LabAssignment11-1-code-skeleton.py, modify this program to draw a
Bezier curve instead of a line
B. About LabAssignment11-1-code-skeleton.py:
i. It draws a line segment between two end points.
ii. You can drag the end points.
C. Use FG%CUVGNLCWğU#NIQTKVJO to compute Bezier curve.
D. In your modified program, control points p0, p1, p2, p3 should be draggable and rendered
in green.
E. Draw the edges of the control polygon in green as wellF. Initial value of control points:
i.
G. Set the window title to your student ID and the window size to (480,480).
H. Expected result: Uploaded LabAssignment11-1.mp4
I. Files to submit: A Python source file (Name the file whatever you want (in English).
Extension should be .py)