lahlidahlia / cs350-convex-hull

Implementation of the convex hull for cs350.
MIT License
0 stars 0 forks source link

Implement Quickhull #1

Closed lahlidahlia closed 5 years ago

lahlidahlia commented 5 years ago

Yeah, we already planned for 3 with gift-wrap, but gift wrap, brute-force and quickhull is already used in the sample report, we want to use a different algorithm. And since gift-wrap is already implemented (very nicely) we might as well use it as an extra data point.