Ecosyste.ms: Awesome
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: 21 days ago
JSON representation
Convex Hull algorithms in python
- Host: GitHub
- URL: https://github.com/gypsydangerous/convex-hull-in-python
- Owner: GypsyDangerous
- Created: 2019-09-15T22:04:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-24T09:58:39.000Z (over 5 years ago)
- Last Synced: 2024-11-09T21:27:48.063Z (3 months ago)
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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