cgal/Packages/Triangulation_2/demo/Triangulation_2
Mariette Yvinec 90af7f5b2f removed redondant include 2003-04-23 07:17:56 +00:00
..
data
Delaunay.C
Makefile
README
common_stuff.h
constrained.C
constrained_wi.C removed redondant include 2003-04-23 07:17:56 +00:00
demo.C fixed a small bug in draw_faces_along_line 2003-03-27 14:28:16 +00:00
demo.cin
makefile
parse.C
parse.h
regular_demo.C small bug fixes 2003-04-22 13:55:40 +00:00

README

DEMOS   :
---------
These demos makes use of graphical IO and needs LEDA or CGAL::WINDOW
to be installed

demo:
Illustrates different features of the  basic triangulation and of Delaunay Triangulation
input points with left button
delete points with middle button
quit with right button

regular_demo
a demo for regular triangulations
input points with left button
delete points with middle button
quit with right button

constrained
A demo for the constrained triangulation.
The constraints are read from a file 
and the constrained Delaunay triangulation is build. 
When clicking left, a point is input and the connected component containing
this point is shown.
You can try several points. Click right to terminate.

constrained_plus
Enter constraints with the mouse. They may intersect.
Their arrangement is triangulated