cgal/Boolean_set_operations_2/examples/Boolean_set_operations_2
Baruch Zukerman a63a783f24 added CGAL_ prefix to all macro statements at the beginning of a header file 2006-02-27 14:44:42 +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 Missing std:: or #include <cstdlib> 2006-02-25 23:14:49 +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 added CGAL_ prefix to all macro statements at the beginning of a header file 2006-02-27 14:44:42 +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.