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

https://github.com/gypsydangerous/convex-hull-in-python

Convex Hull algorithms in python
https://github.com/gypsydangerous/convex-hull-in-python

Last synced: 5 months ago
JSON representation

Convex Hull algorithms in python

Awesome Lists containing this project

README

        

# Convex Hull in python

## Files
* convexhull.py - the file that contains the quickhull algorithm and example
* pyvector.py - contains a vector class that acts very similar to processings PVector or p5's p5.Vector
* misc.py - contains some miscellaneous functions that I use often in my programs

## how to use
simply download all three files, make sure they are in the same folder and run convexhull.py from your command prompt