eugene-eeo / geodude

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

geodude

images/geodude.png

A (hopefully) well tested, educational Python library for learning computational geometry. Based on my reading of Springer's excellent Computational Geometry, amongst other resources on the internet. Algorithms implemented (and tested):

  • Convex hulls:
    • QuickHull
    • Gift Wrapping (Jarvis)
    • Graham Scan

About


Languages

Language:Python 100.0%