Computer Graphics Assignment 2
Computer Graphics Assignment 2
Computer graphics
Assignment Guidelines
Cover page
Department, course name, Group number and list of group members with Id
Contents (20%) - The extent to which the Written code run successfully and give output.
Language and format (5%) – language quality (paraphrasing), Use double space, 1.5-inch
margins, 12 font size, and Times New Roman Font Style
1
Computer graphics assignment number 2
1. Write A program to draw A line through Bradenham’s algorithm.
2. Write A program to draw A line using DDA algorithm.
3. Write A program to draw circle using mid-point algorithm.
4. Write A program to draw an ellipse using mid-point algorithm.
5. Write A program to rotate circle around any arbitrary point or around the boundary of
another circle.
6. Write a program to perform line clipping.