cgal/Boolean_set_operations_2/examples/Boolean_set_operations_2
Efi Fogel d4f238abbe renamed connect_polygon_with_holes_2() to connect_holes() 2007-03-15 10:14:56 +00:00
..
README removed prefix ex_ from the examples 2007-02-27 09:48:36 +00:00
bso_rational_nt.h Cleanup of white spaces and empty lines also under examples/*/*.h. 2007-03-10 16:45:36 +00:00
circle_segment.cpp Remove trailing white spaces and end of lines. 2007-03-10 14:59:41 +00:00
connect_polygon.cpp renamed connect_polygon_with_holes_2() to connect_holes() 2007-03-15 10:14:56 +00:00
do_intersect.cpp Remove trailing white spaces and end of lines. 2007-03-10 14:59:41 +00:00
dxf_union.cpp Remove trailing white spaces and end of lines. 2007-03-10 14:59:41 +00:00
pgn_holes.dat Added a functions that connects the outer boundary of a polygon with the 2007-02-09 08:04:45 +00:00
print_utils.h Cleanup of white spaces and empty lines also under examples/*/*.h. 2007-03-10 16:45:36 +00:00
sequence.cpp Remove trailing white spaces and end of lines. 2007-03-10 14:59:41 +00:00
set_union.cpp Remove trailing white spaces and end of lines. 2007-03-10 14:59:41 +00:00
simple_join_intersect.cpp Remove trailing white spaces and end of lines. 2007-03-10 14:59:41 +00:00
symmetric_difference.cpp Remove trailing white spaces and end of lines. 2007-03-10 14:59:41 +00:00
test.dxf
traits_adapter.cpp Remove trailing white spaces and end of lines. 2007-03-10 14:59:41 +00:00

README

example1 - (do_intersect) Determining whether two polygons intersect.
example2 - (intersection) Computing the intersection of two triangles.
example3 - (sequence) Computing a sequence of Boolean Set-Operations.
example4 - (circle_segment) Handling circles and linear segments concurrently.
example5 - (traits_adaptor) Using the traits adaptor.
example6 - (set_union) Computing the union of two sets of general polygons.