Question: mplement an n-degree curve drawing program in python using A- De Casteljau's Algorithm. B- Bezier Analytical expression, And apply both ways for any given set
mplement an n-degree curve drawing program in python using A- De Casteljau's Algorithm. B- Bezier Analytical expression, And apply both ways for any given set of points {P1, P2, ..., Pn}, where each point Pi={xi, yi}, and visualize the results. you must ask the user to enter the points Q2: Following the implementation of the previous question (Q1), modify your codes to provide a comparison table on the Processing Times for two geometric shapes: Quadratic and Cubic curves using both: A- De Casteljau's Algorithm. B- Bezier Analytical expression.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
