This document is a practical file submitted by Lalit Kumar, a student of Shimla University, to their professor Anuj Gupta. It contains details of 8 computer graphics practical implementations to be completed over the course of a semester, including algorithms for line generation, circle generation, ellipse generation, polygon filling, 2D transformations, line clipping, polygon clipping, and 3D transformations. It provides the name of each practical, targeted completion date, and space for remarks.
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 ratings0% found this document useful (0 votes)
51 views2 pages
Computer Graphics: Practical File
This document is a practical file submitted by Lalit Kumar, a student of Shimla University, to their professor Anuj Gupta. It contains details of 8 computer graphics practical implementations to be completed over the course of a semester, including algorithms for line generation, circle generation, ellipse generation, polygon filling, 2D transformations, line clipping, polygon clipping, and 3D transformations. It provides the name of each practical, targeted completion date, and space for remarks.
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
COMPUTER GRAPHICS
PRACTICAL FILE
A P GOYAL SHIMLA UNIVERSITY
Submitted By : Submitted To:
Lalit Kumar Mr Anuj Gupta Roll no:-16001406 Assistant Professor B.TECH CSE Department of CSE (VI) SEMESTER
DEPARTMENT OF COMPUTER SCIENCES & ENGINEERING A P
GOYAL SHIMLA UNIVERSITY MEHLI-SHOGHI BYPASS ROAD, SHIMLA, HIMACHAL PRADESH -171009 INDEX Sr.No Practical Name Page Date Remarks No. 1 Implementation of line generation using slope’s 02/02/2019 method, DDA and Bresenham’s Algorithm 2 Implementation of circle generation using Mid- 28/03/2019 point Method 3 Implementation of ellipse generation using Mid- 05/04/2019 point Method 4 Implementation of Polygon filling using Flood 11/04/2019 fill, Boundary fill and Scan-line Filling Algorithms 5 Implementation of 2D transformation: 26/04/2019 Translation, Scaling, Rotation (write a menu driven program).
6 Implementation of Line Clipping using Cohen- 09/05/2019
Sutherland algorithm and Bisection Method. 7 Implementation of Polygon Clipping using 17/05/2019 Sutherland-Hodgman algorithm. 8 Implementation of 3D geometric 23/05/2019 transformations: Translation, Scaling and rotation.