0% found this document useful (0 votes)
212 views2 pages

SR - No Name of Experiment/Assignment /Sheet/Job/Project Activity

The document lists 12 programming assignments involving computer graphics routines including drawing basic shapes with pixels and lines, implementing line drawing algorithms like DDA and Bresennham's, using Bresennham's algorithm to draw circles, filling polygons using flood fill and boundary fill, performing 2D and 3D transformations like translation and scaling, clipping lines with Cohen-Sutherland algorithm, and drawing Hilbert's and Koch curves.

Uploaded by

Ravindra Nawale
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)
212 views2 pages

SR - No Name of Experiment/Assignment /Sheet/Job/Project Activity

The document lists 12 programming assignments involving computer graphics routines including drawing basic shapes with pixels and lines, implementing line drawing algorithms like DDA and Bresennham's, using Bresennham's algorithm to draw circles, filling polygons using flood fill and boundary fill, performing 2D and 3D transformations like translation and scaling, clipping lines with Cohen-Sutherland algorithm, and drawing Hilbert's and Koch curves.

Uploaded by

Ravindra Nawale
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/ 2

PRACTICAL LIST CGR 22318

sr.no Name of Experiment/Assignment /Sheet/Job/Project Activity

Write Programs to draw following graphics object using built-in "C" functions. Pixel,
1
Lines ,Circles,Rectangle, Ellipse

Implement following algorithms to draw line,


2
1.DDA algorithm

3
Implement following algorithms to draw line,
2. Bresennham's algorithm

4 Implement Bresennham's algorithm to draw a circle.

Write a program to fill Polygon using following methods:


5 i) Flood fill

Write a program to fill Polygon using following methods:


6 ii) Boundary fill

Write a program for two-dimensional transformation


7 i) Translation
ii) Scaling
Write a program for three-dimensional transformation
8 i) Translation
ii) Scaling

9 iii)Rotation
Write a program to clip line using following algorithms. Cohen- Sutherland algorithm

10

Write a program to draw (any one) following type of curves.


11 i) Hilbert's Curve

Write a program to draw (any one) following type of curves.


12 i) Koch curve

You might also like