This repository contains codes, notes, question papers and question banks for Computer Graphics (CG) which is a subject of second year (SEM-3) SPPU syllabus.
lab-manual | ||
notes | ||
question-papers | ||
.gitignore | ||
CGL_Koch and Snowflake Curves.pdf | ||
CohenSutherland.cpp | ||
CohenSutherland(UsingDDA).cpp | ||
DDA-circle.cpp | ||
DDA-line.cpp | ||
DDA-triangle.cpp | ||
HilbertCurve.cpp | ||
README.md |
CG
This repository contains notes and codes for Computer Graphics.
Index
Codes
Digital Differential Analyzer (DDA)
Digital Differential Analyzer (DDA) is a line-drawing algorithm for digital displays, using incremental calculations to plot points between endpoints.
Cohen-Sutherland
Curves
Notes
- Unit 1 - Graphics Primitives and Scan Conversion Algorithms
- Unit 2 - Polygon, Windowing and Clipping
- Unit 3 - 2D, 3D Transformations and Projections
Question Papers
Lab Manual
Maintained by notkshitij and TanmaySpamzzz Contributor: Kalaskar_admin03