cgal/Boolean_set_operations_2/examples/Boolean_set_operations_2
Ron Wein fad214b8b6 Enabled the compilation of the example without CORE. 2006-02-22 11:57:46 +00:00
..
README Move packages to trunk root 2006-02-14 08:58:13 +00:00
ex_circle_segment.C Move packages to trunk root 2006-02-14 08:58:13 +00:00
ex_do_intersect.C Move packages to trunk root 2006-02-14 08:58:13 +00:00
ex_dxf_union.C Fixed the example. 2006-02-21 08:12:33 +00:00
ex_sequence.C Move packages to trunk root 2006-02-14 08:58:13 +00:00
ex_set_union.C Move packages to trunk root 2006-02-14 08:58:13 +00:00
ex_simple_join_intersect.C Move packages to trunk root 2006-02-14 08:58:13 +00:00
ex_symmetric_difference.C Move packages to trunk root 2006-02-14 08:58:13 +00:00
ex_traits_adapter.C Enabled the compilation of the example without CORE. 2006-02-22 11:57:46 +00:00
print_utils.h Move packages to trunk root 2006-02-14 08:58:13 +00:00
test.dxf Updated the DXF union example. 2006-02-19 13:58:25 +00:00

README

example1 - (ex_do_intersect) Determining whether two polygons intersect.
example2 - (ex_intersection) Computing the intersection of two triangles.
example3 - (ex_sequence) Computing a sequence of Boolean Set-Operations.
example4 - (ex_circle_segment) Handling circles and linear segments concurrently.
example5 - (ex_traits_adaptor) Using the traits adaptor.
example6 - (ex_set_union) Computing the union of two sets of general polygons.