0% found this document useful (0 votes)
2 views1 page

Graphics Index

The document lists a series of programming experiments focused on drawing geometric shapes and implementing algorithms. It includes tasks such as drawing a square, rectangle, triangle, circle, human face, house, car, and various line and circle drawing algorithms. Additionally, it covers 2D transformations like translation, rotation, scaling, reflection, and shear, along with area filling and line clipping techniques.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

Graphics Index

The document lists a series of programming experiments focused on drawing geometric shapes and implementing algorithms. It includes tasks such as drawing a square, rectangle, triangle, circle, human face, house, car, and various line and circle drawing algorithms. Additionally, it covers 2D transformations like translation, rotation, scaling, reflection, and shear, along with area filling and line clipping techniques.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

TEACHER

SL No. Experiments Page no. Signature

Write a program to draw Square, Rectangle,


1.
Triangle and Circle.

2. Write a program to draw a Human Face.

3. Write a program to draw a House.

4. Write a program to draw a Car.

Write a program to draw a line using DDA


5.
Line drawing algorithm.

Write a program to draw a line using


6.
Bresenham’s Line drawing algorithm.

Write a program to draw a circle using


7. Bresenham’s Circle drawing
algorithm.
Write a program to draw a circle using
8.
Midpoint Circle drawing algorithm.

Write a program to draw an Ellipse using


9.
Ellipse Generation Algorithm.

Write a program to draw an area using Flood


10.
fill algorithm.

Write a program to draw an area using


11.
Boundary fill algorithm.

Write a program to clip a line using Cohen


12.
and Sutherland line clipping algorithm.

Write a program to apply various 2D


Transformations –
(i) Translation
13. (ii) Rotation
(iii)Scaling
(iv)Reflection
(v) Shear

You might also like