Creation of Digital Curves Using The Mouse and Visualization of Digital Curves
Creation of Digital Curves Using The Mouse and Visualization of Digital Curves
Assignment
1. Complete the lines of code in file glpanel.cpp that are indicated by comments
/*** COMPLETE HERE - GLPANEL: XX ***/.
2. In the given program, only a straight line curve is implemented. The objective of this
assignment is to add the following types of curves to the programa:
Polyline: open polygonal line.
QuadBezier: quadratic bezier.
CubicBezier: cubic bezier.
Circle: full circle.
CircleArc: open arc circle.
Image icons should be used in the graphics interface.