Files
cgal/Boolean_set_operations_2/examples/Boolean_set_operations_2
Laurent Rineau e5001d1a50 update our CMake version 3.18...3.31
That will suppress the warnings about `CMP0167` (from CMake 3.30):

```
CMake Warning (dev) at cmake/modules/display-third-party-libs-versions.cmake:37 (find_package):
  Policy CMP0167 is not set: The FindBoost module is removed.  Run "cmake
  --help-policy CMP0167" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.
```
2025-02-04 14:32:37 +01:00
..
2012-12-13 12:30:37 +01:00
2012-12-13 12:30:37 +01:00
2012-12-13 12:30:37 +01:00
2012-12-13 12:30:37 +01:00
2012-12-13 12:30:37 +01:00
2012-12-13 12:30:37 +01:00
2012-12-13 12:30:37 +01:00
2012-12-13 12:30:37 +01:00
2012-12-13 12:30:37 +01:00
2012-12-13 12:30:37 +01:00
2012-12-13 12:30:37 +01:00
2007-04-29 20:54:13 +00:00
2007-04-29 20:54:13 +00:00
2020-09-30 13:32:54 +03:00
2007-02-27 09:48:36 +00:00
2012-12-13 12:30:37 +01:00

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.