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.
Go to file
2023-10-19 18:39:27 +05:30
notes restructuring repo 2023-10-19 18:39:27 +05:30
question-papers/IN-SEM restructuring repo 2023-10-19 18:39:27 +05:30
.gitignore Initial commit 2023-09-27 12:34:25 +05:30
DDA-circle.cpp Added DDA for circle, line and triangle 2023-09-29 23:42:20 +05:30
DDA-line.cpp Added DDA for circle, line and triangle 2023-09-29 23:42:20 +05:30
DDA-triangle.cpp Added DDA for circle, line and triangle 2023-09-29 23:42:20 +05:30
README.md Added links for DDA line, circle, triangle in README file and added credits for 'Kalaskar_admin03' 2023-09-29 23:47:58 +05:30

CG

This repository contains notes and codes for Computer Graphics.


Index

Notes

  1. Unit 1 - Graphics Primitives and Scan Conversion Algorithms
  2. 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.

  1. Line
  2. Triangle
  3. Circle

Maintained by notkshitij and TanmaySpamzzz Contributor: Kalaskar_admin03