cgal/Packages/Visibility_complex/demo
Andreas Fabri 878bc21c5e added missing namespace prefix 2003-02-11 08:43:14 +00:00
..
pixmaps
Qt_layer_show_lines.h
Qt_layer_show_nearest_vertex.h
Qt_layer_show_points.h
README
Show_pseudo_triangulation.h
arrangments.C
makefile
segments
shortest_path.C added missing namespace prefix 2003-02-11 08:43:14 +00:00
visibility_graph.C
visibility_graph_of_points.C

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.