cgal/Boolean_set_operations_2/examples/Boolean_set_operations_2
Laurent Rineau 2288225448 Massive update of CMake policies to version 3.23 2022-05-06 09:34:35 +02:00
..
CMakeLists.txt Massive update of CMake policies to version 3.23 2022-05-06 09:34:35 +02:00
README removed prefix ex_ from the examples 2007-02-27 09:48:36 +00:00
amer_a.bps Convert all CRLF files to LF 2012-12-13 12:30:37 +01:00
amer_b.bps Convert all CRLF files to LF 2012-12-13 12:30:37 +01:00
amer_c.bps Convert all CRLF files to LF 2012-12-13 12:30:37 +01:00
amer_d.bps Convert all CRLF files to LF 2012-12-13 12:30:37 +01:00
amer_e.bps Convert all CRLF files to LF 2012-12-13 12:30:37 +01:00
amer_f.bps Convert all CRLF files to LF 2012-12-13 12:30:37 +01:00
amer_g.bps Convert all CRLF files to LF 2012-12-13 12:30:37 +01:00
amer_h.bps Convert all CRLF files to LF 2012-12-13 12:30:37 +01:00
amer_i.bps Convert all CRLF files to LF 2012-12-13 12:30:37 +01:00
amer_j.bps Convert all CRLF files to LF 2012-12-13 12:30:37 +01:00
amer_k.bps Convert all CRLF files to LF 2012-12-13 12:30:37 +01:00
bezier_traits_adapter.cpp run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
bezier_traits_adapter2.cpp remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead 2019-03-29 13:28:32 +01:00
bso_rational_nt.h Cleanup of white spaces and empty lines also under examples/*/*.h. 2007-03-10 16:45:36 +00:00
char_g.bps Fixed compiler error in Qt4 demo - Added missing samples 2010-01-15 22:40:53 +00:00
char_g.dat 1st revision 2007-04-29 20:54:13 +00:00
char_m.bps Fixed compiler error in Qt4 demo - Added missing samples 2010-01-15 22:40:53 +00:00
char_m.dat 1st revision 2007-04-29 20:54:13 +00:00
circle_segment.cpp TAU packages 2022-01-26 16:45:19 +00:00
conic_traits_adapter.cpp Fixes of fixes 2019-02-15 09:03:58 +01:00
connect_polygon.cpp run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
do_intersect.cpp removed obsolete workarround for VC++ and cleanup 2010-05-16 13:06:52 +00:00
draw_polygon_set.cpp Add polygon set drawing functionality. 2021-09-10 21:52:46 +03:00
dxf_union.cpp removed obsolete workarround for VC++ and cleanup 2010-05-16 13:06:52 +00:00
input_0.bps Fixed Save bezier feature. Saved samples added 2009-12-01 14:15:06 +00:00
input_1.bps Fixed Save bezier feature. Saved samples added 2009-12-01 14:15:06 +00:00
oriented_side.cpp Cleaned up 2020-09-30 13:32:54 +03:00
pgn_holes.dat
print_utils.h Cleanup of white spaces and empty lines also under examples/*/*.h. 2007-03-10 16:45:36 +00:00
sequence.cpp removed obsolete workarround for VC++ and cleanup 2010-05-16 13:06:52 +00:00
set_union.cpp TAU packages 2022-01-26 16:45:19 +00:00
simple_join_intersect.cpp removed obsolete workarround for VC++ and cleanup 2010-05-16 13:06:52 +00:00
symmetric_difference.cpp removed obsolete workarround for VC++ and cleanup 2010-05-16 13:06:52 +00:00
test.dxf Convert all CRLF files to LF 2012-12-13 12:30:37 +01:00

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.