Skip to content

Reworked convex hull code

Tobias Weber requested to merge hull into develop

Removed old homegrown convex hull calculations and replaced them with calls to the qhull library.

New dependency: qhull, especially libqhullcpp.

Merge request reports