JackMcCallum / quickhull

Header-only single-class implementation of Quickhull algorithm for convex hulls finding in arbitrary dimension (>1) space.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTE: This library is header-only.

Implementation of the Quickhull algorithm (Barber et al) for the convex hulls finding in arbitrary dimension (>1) space. Also implemented the Mehlhorn algorithm (Mehlhorn et al) for checking convexity of resulting geometric structure.

About

Header-only single-class implementation of Quickhull algorithm for convex hulls finding in arbitrary dimension (>1) space.


Languages

Language:C++ 93.5%Language:CMake 2.7%Language:Shell 2.1%Language:MATLAB 1.7%