Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 21 days 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