Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.