cgal/Convex_hull_3/demo/Convex_hull_3
Maxime Gimeno 9c15f2c9dc Use FeatureSummary in the demo, and remove CGAL_FOUND 2020-08-04 12:46:17 +02:00
..
CMakeLists.txt Use FeatureSummary in the demo, and remove CGAL_FOUND 2020-08-04 12:46:17 +02:00
README
quickhull_3_demo.cpp First pass on removing license notice in header for GPL files 2019-10-19 15:23:19 +02:00

README

demo/Convex_hull_3/README
-------------------------

quickhull_3_demo
----------------

This demo program illustrates the 3D version of the quickhull algorithm.
The user supplies a non-negative integer value indicating the number 
of points to be generated.  The points are drawn randomly from a sphere
of a certain radius and the resulting hull of the points is displayed 
in a Geomview window.  

To get the hull centered in the geomview window, you 
should use the "Look" button in the Geomview controls.