cgal/Boolean_set_operations_2/examples/Boolean_set_operations_2
Laurent Rineau 5e06f05acd Fix the error
"set_union.cpp", line 55: Error: The function "atoi" must have a prototype.
detected by Sun CC.
2008-03-11 12:09:01 +00:00
..
CMakeLists.txt Examples/Demos/Test CMake scripts updated 2008-03-05 21:14:02 +00:00
README
bezier_traits_adapter.cpp 1st revision 2007-04-29 20:54:13 +00:00
bso_rational_nt.h
char_g.dat 1st revision 2007-04-29 20:54:13 +00:00
char_m.dat 1st revision 2007-04-29 20:54:13 +00:00
circle_segment.cpp cleanup 2007-04-26 09:15:28 +00:00
conic_traits_adapter.cpp renamed 2007-04-29 22:30:42 +00:00
connect_polygon.cpp cleanup 2007-04-26 09:15:28 +00:00
do_intersect.cpp cleanup 2007-04-26 09:15:28 +00:00
dxf_union.cpp cleanup 2007-04-26 09:15:28 +00:00
pgn_holes.dat
print_utils.h
sequence.cpp cleanup 2007-04-26 09:15:28 +00:00
set_union.cpp Fix the error 2008-03-11 12:09:01 +00:00
simple_join_intersect.cpp cleanup 2007-04-26 09:15:28 +00:00
symmetric_difference.cpp cleanup 2007-04-26 09:15:28 +00:00
test.dxf

README

example1 - (do_intersect) Determining whether two polygons intersect.
example2 - (intersection) Computing the intersection of two triangles.
example3 - (sequence) Computing a sequence of Boolean Set-Operations.
example4 - (circle_segment) Handling circles and linear segments concurrently.
example5 - (traits_adaptor) Using the traits adaptor.
example6 - (set_union) Computing the union of two sets of general polygons.