We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2
GRAPHIC AND ANIMATION LAB MANUAL
S.No List of Pg.No
Programs 1. Write a program to draw a circle.
2. Write a C program to draw a line using
Bresenham's Line Algorithm(BLA) for lines with slope negative and less than 1. 3. Write a C program to Coloring the Pictures.
4. Write a C program to draw a rectangle.
5. Write a C Program illustrating the use of
setfillstyle(). 6. Write a C program to draw a line.
7. Write a C program to draw a house.
8. Write a C program to draw a line using the
Digital Differential Analyzer(DDA) algorithm. 9. Write a C program to create various types of texts and fonts. 10. Write a C program for Three Dimensional Transformations. 11. Write a C program for Bezier curve. 12. Write a C program for man object moving.
13. Write a C Program for creating simple car
shape. 14. Write a C program to draw a circle using the mid-point circle algorithm. 15. Write a C program to draw a triangle using drawpoly() function. 16. Write a C program illustrating the use of Fillpoly() function. 17. Write a C program to reflect a triangle along the x-axis. 18. Write a C program to scale the triangle.
19. Write a C program to translate the triangle.
20. Write a C program to rotate a point about a
point. 21 Write a C program for scan line polygon fill algorithm.