cgal/Convex_hull_3/demo/Convex_hull_3
Simon Giraudot d314711eaf Merge remote-tracking branch 'mine/Stream_support-Enhance_color-GF' into Stream_support-Enhance_color-GF 2019-04-09 15:00:56 +02:00
..
CMakeLists.txt Remove all include( ) and include( CGAL_CreateSingleSourceCGALProgram ) in CMakeLists.txt; they are no more required. 2018-10-17 14:17:08 +02:00
README remove incremental hull demo 2015-02-16 08:29:32 +01:00
quickhull_3_demo.cpp Merge remote-tracking branch 'mine/Stream_support-Enhance_color-GF' into Stream_support-Enhance_color-GF 2019-04-09 15:00:56 +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.