cgal/Visibility_complex/demo/Visibility_complex
Joachim Reichel f582718758 rename create_makefile to cgal_create_makefile to avoid name clashes,
adjust all occurences of create_makefile and create\_makefile in the entire
repository (well, trunk only)
2006-03-15 22:10:02 +00:00
..
pixmaps
Follow_point_dual.h
Qt_widget_style_editor.C
Qt_widget_style_editor.h
Qt_widget_styled_layer.C
Qt_widget_styled_layer.h
README
Show_antichain.h
Show_lines.h
Show_lines_base.C
Show_lines_base.h
Show_nearest_vertex.h
Show_points.C
Show_points.h
Show_pseudo_triangulation.C
Show_pseudo_triangulation.h
arrangements.C
makefile rename create_makefile to cgal_create_makefile to avoid name clashes, 2006-03-15 22:10:02 +00:00
segments
shortest_path.C
types.h
utils.h
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.