cgal/Boolean_set_operations_2/examples/Boolean_set_operations_2
Ron Wein b5f4e7cbc8 Changed .C to .cpp in the example headers. 2006-07-10 12:16:43 +00:00
..
README Move packages to trunk root 2006-02-14 08:58:13 +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
ex_circle_segment.cpp Changed .C to .cpp in the example headers. 2006-07-10 12:16:43 +00:00
ex_do_intersect.cpp Changed .C to .cpp in the example headers. 2006-07-10 12:16:43 +00:00
ex_dxf_union.cpp Changed .C to .cpp in the example headers. 2006-07-10 12:16:43 +00:00
ex_sequence.cpp Changed .C to .cpp in the example headers. 2006-07-10 12:16:43 +00:00
ex_set_union.cpp Changed .C to .cpp in the example headers. 2006-07-10 12:16:43 +00:00
ex_simple_join_intersect.cpp Changed .C to .cpp in the example headers. 2006-07-10 12:16:43 +00:00
ex_symmetric_difference.cpp Changed .C to .cpp in the example headers. 2006-07-10 12:16:43 +00:00
ex_traits_adapter.cpp Changed .C to .cpp in the example headers. 2006-07-10 12:16:43 +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.