Laurent Rineau
Laurent Rineau
## Summary of Changes This submission contributes 3D Constrained Delaunay triangulations to CGAL. ## TODO list - [x] move all added files from Triangulation_3/ to CDT_3/: - [x] check and...
## Issue Details In `Installation/include/CGAL/license/README.md`, one can read: https://github.com/CGAL/cgal/blob/94d45552bcace35592932e62c4196fbe79c2d4d0/Installation/include/CGAL/license/README.md?plain=1#L1-L3 I tried that to create a new license header file for a new package (see #8186) and the result, starting from...
Similar to #8184: I am not sure the CGAL manual correctly introduce the wordings "concept" and "model". Now that concept is actually defined, in C++ version 20 and later, as...
The file [`Documentation/doc/Documentation/General.txt`](https://github.com/CGAL/cgal/blob/94d45552bcace35592932e62c4196fbe79c2d4d0/Documentation/doc/Documentation/General.txt) lists a lot of general concepts like - concepts documented as _named requirements_ in the C++ standards: https://en.cppreference.com/w/cpp/named_req - CGAL general concepts like `AdaptableUnaryFunction`. - Boost concepts...
What is called a "functor" in CGAL is not correctly defined in the CGAL documentation, as far as I known. Maybe there should be be a documentation page for it....
See https://github.com/CGAL/cgal-swig-bindings/actions/runs/8864324710/job/24369395101#step:3:41
## Previous discussion, in a PR > However, if I understand correctly, you already use fundamental unsafe types in your interfaces. If so, you can easily conditionally add additional type-safe...
Previous release: #6453 Next release: #8223 # Before the beta release - [x] Update of the Supported platforms. - [x] Update the `Installation/lib/cmake/CGAL/CGALConfigVersion.cmake` - [x] Update the file `Installation/include/CGAL/version.h` -...
## Summary of Changes Add a new package computing the approximate Fréchet distance between two polylines in dD under Euclidean metric, or decides if the distance is smaller than a...