dominik-air / convex-hull

Graham scan and Jarvis march implementations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

convex-hull

Graham scan and Jarvis march implementations.

I've found them very useful while working with the Google Earth API. I was able to settle a local issue about dividing land into equal sections for land mowing with a custom Jarvis March and exhaustive search based optimization algorithm.

real life use case

Useful maths:

About

Graham scan and Jarvis march implementations.


Languages

Language:Python 100.0%