Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T07:20:23.000Z (over 3 years ago)
- Last Synced: 2025-01-02T19:53:29.374Z (13 days 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.