Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

List of programs Computer Graphics Lab (BCA 452)

Name of Faculty: Ashok kumar


1. Move a circle on circular path
2. Move a circle on rectangular path
3. Move text string from left to right
4. Move text string from top to bottom
5. Draw a line using line equation
6. Draw a line using DDA algorithm
7. Draw a line using Bresenham algorithm
8. Draw a circle using line equation
9. Draw a circle using Bresenham algorithm
10. Draw a circle using mid point algorithm
11. Implementation of translation transformation on an object
12. Implementation of rotation transformation on an object
13. Implementation of scaling transformation on an object
14. Implementation of composite transformation on an object
15. Fill bounded region using boundary fill algorithm
16. Fill bounded region using flood fill algorithm

You might also like