


















































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
A collection of computer graphics experiments designed to provide practical experience with fundamental concepts and algorithms. It covers 2d transformations, including translation, rotation, and scaling, as well as line and circle drawing algorithms like dda, bresenham's, and midpoint circle. The document also explores polygon filling techniques using flood fill and boundary fill algorithms. Each experiment includes detailed instructions and code examples, making it a valuable resource for students learning computer graphics.
Typology: Thesis
1 / 58
This page cannot be seen from the preview
Don't miss anything!
Sr No. Name of the experiment Page No. Remarks 1 WAP that shows a scene of moving Car. 1- 2 WAP that shows a scene of Rainbow. 5- 3 WAP to demonstrate types of 2D transformation a) Translation b) Rotation c) Scaling
4 WAP to draw an Ellipse. 14- 5 WAP to draw a line using Digital Differential Analyzer (DDA) Algorithm.
6 WAP to draw a line using Bresenham’s Line Algorithm(BLA) for lines with slopes
7 WAP to draw a circle using Bresenham’s Circle Algorithm. 22- 8 WAP to draw a circle using MidPoint Circle Algorithm 25- 9 WAP to fill a polygon using Flood Fill Algorithm. 28 - 29 10 WAP to fill a polygon using using Boundary Fill Algorithm. 30- 11 WAP to shows a scene of flying kite 32- 12 WAP to rotate an Ellipse about its major axis and minor axis alternatively
13 WAP to rotate a line about its mid-point. 42 - 44 14 WAP that shows a scene of eclipse. 45- 15 WAP that translate and rotate a circle along a horizontal line. 48- 16 :WAP to show animation of a flag 51-