tomilov / quickhull

Header-only single-class implementation of Quickhull algorithm for convex hulls finding in arbitrary dimension (>1) space.
https://habr.com/ru/articles/245221/
70 stars 8 forks source link

simple example needed #7

Closed Jakobovski closed 2 years ago

Jakobovski commented 6 years ago

It would be nice to have an example that was not 200 lines long. Its pretty hard to follow the example code

tomilov commented 6 years ago

You're right. I'll make a simple example.

Jakobovski commented 6 years ago

thanks