https://github.com/david-pena/cohen-sutherland-algorithm
Cohen-Sutherland Line Clipping Implementation
https://github.com/david-pena/cohen-sutherland-algorithm
algorithm python
Last synced: 9 months ago
JSON representation
Cohen-Sutherland Line Clipping Implementation
- Host: GitHub
- URL: https://github.com/david-pena/cohen-sutherland-algorithm
- Owner: David-Pena
- Created: 2021-09-21T07:09:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T07:20:23.000Z (about 4 years ago)
- Last Synced: 2025-02-15T04:51:17.519Z (10 months ago)
- Topics: algorithm, python
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cohen-Sutherland-Algorithm
This a brief implementation of the Cohen-Sutherland Clipping Line Algorithm using Python.
We included a visualization of the rectangle (area of interest) and the lines we tested using matplotlib_patches.