Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 642 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 642 Bytes

3D Convex hull algorithms showcase

This is a project for Computational Geometry course in Brno University of Technology, Faculty of Information Technologies.

Project showcases 3 algorithms for computing convex hull in 3D. Quick hull, iterative algorithm and bruteforce algorithm. Iterative algorithm implementation was ported from Dung Han Lee's repository. All algorithms are visualized in Three.js.

You can try it here.

Authors

Josef Kotoun Jiří Vlasák Vít Tlustoš