Update README.md

This commit is contained in:
Afan Shaikh 2023-11-04 23:19:45 +05:30
parent 5e820c0142
commit 61709194cf

View File

@ -5,7 +5,8 @@ This repository contains notes and codes for **Computer Graphics.**
---
## Index
### Lab Notes CGL
1. [Koch and Snowflake Algorithms](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/CGL_Koch%20and%20Snowflake%20Curves.pdf)
### 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.