cgal/Boolean_set_operations_2/examples/Boolean_set_operations_2
Ron Wein 7e16bf24ed Added a functions that connects the outer boundary of a polygon with the
holes in its interior (including documentation and an example).
2007-02-09 08:04:45 +00:00
..
README
bso_rational_nt.h
ex_circle_segment.cpp Changed .C to .cpp in the example headers. 2006-07-10 12:16:43 +00:00
ex_connect_polygon.cpp Added a functions that connects the outer boundary of a polygon with the 2007-02-09 08:04:45 +00:00
ex_do_intersect.cpp A tribute to Redmond 2007-02-01 18:49:22 +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 A tribute to Redmond 2007-02-01 18:49:22 +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 Forgot to comment the typedef 2007-02-02 09:57:32 +00:00
ex_symmetric_difference.cpp Forgot to comment the typedef 2007-02-02 09:57:32 +00:00
ex_traits_adapter.cpp derivation instead of typedef for VC++ 2007-02-06 17:58:40 +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
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.