cgal/Boolean_set_operations_2/examples/Boolean_set_operations_2
Sylvain Pion e73e797b2f more const 2007-03-08 11:02:51 +00:00
..
README removed prefix ex_ from the examples 2007-02-27 09:48:36 +00:00
bso_rational_nt.h Changed all examples so that they can function even if GMP is not installed. 2006-03-12 12:56:34 +00:00
circle_segment.cpp removed prefix ex_ from the examples 2007-02-27 09:48:36 +00:00
connect_polygon.cpp more const 2007-03-08 11:02:51 +00:00
do_intersect.cpp removed prefix ex_ from the examples 2007-02-27 09:48:36 +00:00
dxf_union.cpp more const 2007-03-08 11:02:51 +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 added CGAL_ prefix to all macro statements at the beginning of a header file 2006-02-27 14:44:42 +00:00
sequence.cpp removed prefix ex_ from the examples 2007-02-27 09:48:36 +00:00
set_union.cpp removed prefix ex_ from the examples 2007-02-27 09:48:36 +00:00
simple_join_intersect.cpp removed prefix ex_ from the examples 2007-02-27 09:48:36 +00:00
symmetric_difference.cpp removed prefix ex_ from the examples 2007-02-27 09:48:36 +00:00
test.dxf
traits_adapter.cpp removed prefix ex_ from the examples 2007-02-27 09:48:36 +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.