uncrayon / Convex-Hull-Jarvis

Convex Hull with Jarvis' Algorithm implemented in Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convex-Hull-Jarvis

Find the convex hull for a data cloud is very useful. Here is my implementation to find the convex hull in two dimensions with the Jarvis' algorithm.

I invite you to run this code. There are a pair of examples here.

This code is not bug-free, so take care, maybe in the future I update it. Please, if you find a bug and you can correct it do it and help me and some more people.

The language used in the implementation is Julia

This and other programs are result of the subject "Computational Geometry" from the program of Physics of the UNAM (National Autonomous University of Mexico)

About

Convex Hull with Jarvis' Algorithm implemented in Julia


Languages

Language:Jupyter Notebook 100.0%