cgal/Visibility_complex/demo/Visibility_complex
Andreas Fabri d3faf46db5 changed .C to .cpp in examples 2006-07-09 19:53:22 +00:00
..
pixmaps
Follow_point_dual.h
Qt_widget_style_editor.cpp
Qt_widget_style_editor.h
Qt_widget_styled_layer.cpp
Qt_widget_styled_layer.h
README
Show_antichain.h
Show_lines.h
Show_lines_base.cpp
Show_lines_base.h
Show_nearest_vertex.h
Show_points.cpp
Show_points.h
Show_pseudo_triangulation.cpp
Show_pseudo_triangulation.h
arrangements.cpp
makefile
segments
shortest_path.cpp
types.h
utils.h
visibility_graph.cpp
visibility_graph_of_points.cpp

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.