cgal/Boolean_set_operations_2/examples/Boolean_set_operations_2
Ron Wein 6eec7aa87f Changed all examples so that they can function even if GMP is not installed. 2006-03-12 12:56:34 +00:00
..
README
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.C Changed all examples so that they can function even if GMP is not installed. 2006-03-12 12:56:34 +00:00
ex_do_intersect.C Changed all examples so that they can function even if GMP is not installed. 2006-03-12 12:56:34 +00:00
ex_dxf_union.C Changed all examples so that they can function even if GMP is not installed. 2006-03-12 12:56:34 +00:00
ex_sequence.C Changed all examples so that they can function even if GMP is not installed. 2006-03-12 12:56:34 +00:00
ex_set_union.C Changed all examples so that they can function even if GMP is not installed. 2006-03-12 12:56:34 +00:00
ex_simple_join_intersect.C Changed all examples so that they can function even if GMP is not installed. 2006-03-12 12:56:34 +00:00
ex_symmetric_difference.C Changed all examples so that they can function even if GMP is not installed. 2006-03-12 12:56:34 +00:00
ex_traits_adapter.C Made sure we include CGAL_basic.h before referring to any CGAL_USE_ flags. 2006-03-07 07:39:09 +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

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.