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.
notes | ||
.gitignore | ||
DDA-circle.cpp | ||
DDA-line.cpp | ||
DDA-triangle.cpp | ||
README.md |
CG
This repository contains notes and codes for Computer Graphics.
Index
Notes
- Unit 1 - Graphics Primitives and Scan Conversion Algorithms
- Unit 2 - Polygon, Windowing and Clipping
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.
Maintained by notkshitij and TanmaySpamzzz
Contributor: Kalaskar_admin03