Changes made in readme

This commit is contained in:
Tanmay 2023-11-04 12:25:29 +05:30
parent ecbc67b963
commit 8f7f3f6980

View File

@ -16,7 +16,7 @@ This repository contains notes and codes for **Computer Graphics.**
#### Cohen-Sutherland
1. [Cohen-Sutherland (Using Inbuilt Functions)](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/CohenSutherland.cpp)
1. [Cohen-Sutherland (Using Inbuilt Function)](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/CohenSutherland.cpp)
2. [Cohen-Sutherland (Using DDA Line Drawing Algorithm)](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/CohenSutherland%28UsingDDA%29.cpp)
#### Curves