cgal/Packages/Visibility_complex/demo
Andreas Fabri 878bc21c5e added missing namespace prefix 2003-02-11 08:43:14 +00:00
..
pixmaps Suite de la demo 2002-12-15 14:08:49 +00:00
Qt_layer_show_lines.h New demo, about arrangements of lines 2002-11-24 17:05:21 +00:00
Qt_layer_show_nearest_vertex.h Suite de la demo 2002-12-15 14:08:49 +00:00
Qt_layer_show_points.h Suite de la demo 2002-12-15 14:08:49 +00:00
README Initial revision 2002-07-15 14:23:19 +00:00
Show_pseudo_triangulation.h Suite de la demo 2002-12-15 14:08:49 +00:00
arrangments.C Suite de la demo 2002-12-15 14:08:49 +00:00
makefile Suite de la demo 2002-12-15 14:08:49 +00:00
segments Initial revision 2002-07-15 14:23:19 +00:00
shortest_path.C added missing namespace prefix 2003-02-11 08:43:14 +00:00
visibility_graph.C Initial revision 2002-07-15 14:23:19 +00:00
visibility_graph_of_points.C New demo, about arrangements of lines 2002-11-24 17:05:21 +00:00

README

Two demos illustrating the Visibility_complex package.

*** visibility_graph
    Reads the 50 pairwise disjoint segments from the file "segments" 
    and outputs the bitangents of the visibility graph.
    The bitangents are in red and the segments in black.

*** shortest_path
    Reads the 50 pairwise disjoint segments from the file "segments"
    and outputs the shortest path between two corners of the window.
    The shortest path is in red and the segments in black.