Description
Hint:
–
–
–
Task 3: Input: 2 clicks GROUP[CS3,CS4]
1- Left click to control circle center
2- Right click to control circle radius Output:
Filling circle with lines considering circle center as a line starting point and every point on a circle as a line ending point.
Task 4
Input: Three mouse clicks
GROUP[IT3,IT4]
1- The first click as a center of two circle
2- The second is a point on the first circle
3- The third is a point on the second circle Output:
1- Two circles use the same center but with different radius
2- Filling the area between the two circles with other circles
3- Drawing a line from the center to the input point on circle 1
4- Drawing a line from the center to the input point on circle 2 Notes:.
You have authority to use any clicks options Ex.Wm_LBUTTONUP,WM_RBUTTONUP
Task 5
input: three clicks GROUP[CS5,CS6,IT5,IT6]
1- First one is a center of two circles 2- Second one is a point on first circle
3- Third one is a point on second circle.
Output:
5- Two circles use the same center but with different radius 6-
Filling the area between the two circles with other circles 7-
Remove the first quarter during drawing circles




Reviews
There are no reviews yet.