Si No
Title of  Graphics Programming in C
Source code
Instructions
Output
1
Draw a line with general line drawing algorithm.  
Instructions
Output
2
Draw a line with Bressanhan line drawing algorithm. 
Instructions
Output
3
Draw a line with DDA line drawing algorithm. 
Instructions
Output
4
Draw a circle with General algorithm. 
Source code
Instructions
Output
5
Draw a circle with Midpoint algorithm. 
Instructions
Output
6
Draw a circle with Bressanhan’s algorithm. 
Instructions
Output
7
Draw a rectangle & generate its mirror reflect with respect to X-axis.
Instructions
Output
8
Draw a rectangle & generate its mirror reflect with respect to Y-axis.
Instructions
Output
9
Draw a rectangle & generate its mirror reflect with respect to XY-axis.
Instructions
Output
10
Draw a rectangle & generate its mirror reflect with respect to X, Y, XY-axis.
Instructions
Output
11
Draw a triangle & generate its mirror reflect with respect to X,Y, XY-axis.
Instructions
Output
12
Draw a triangle & rotate it by a specific angle.
Instructions
Output
13
Draw a rectangle & rotate it by a specific angle.
Source code
Instructions
Output
14
Draw a rectangle & scale it by specific scaling factors.
Source code
Instructions
Output
15
Draw a rectangle & perform rotate, scale & mirror reflect of it.
Instructions
Output
16

Source code
Instructions
Output
17

Source code
Instructions
Output
18

Source code
Instructions
Output
19

Source code
Instructions
Output
20

Source code
Instructions
Output
21

Source code
Instructions
Output
22

Source code
Instructions
Output
23

Source code
Instructions
Output
24

Source code
Instructions
Output
25

Source code
Instructions
Output
26

Source code
Instructions
Output
27

Source code
Instructions
Output