Andreas Fabri
Andreas Fabri
## Issue Details The `operator>>(const istream, Triangulation_on_sphere_2&)` produces a segfault. ## Source Code _If your issue arises by using CGAL in your own source code, please provide a minimalist example...
## Summary of Changes For the upcoming Frechet Distance package we need a dD bounding box. We do not have that in `Kernel_d`, and there is such a class in...
## Summary of Changes In order to have links to classes in concepts we have to prefix with the namespace. ## Release Management * Affected package(s): T3, T2, PT2 *...
## Issue Details The upcoming Frechet distance package works in any dimension. [Here ](https://github.com/anusser/cgal/blob/a4687d4d3894e6058dbbbf809910ba7a2f71a698/Polyline_distance/include/CGAL/Polyline_distance/internal/curve.h#L71) we want to obtain `K::Has_filtered_predicates_tag::value` for the kernel, and we then want to access `K::Exact_kernel`. @mglisse...
## Summary of Changes Reduced data set to illustrate Issue #8213. The collapse of edge `v1-v2` results in a completely wrong placement of the vertex.  The next step is...
## Issue Details Setting the random seed to a value reported in a [CGAL-6.0-Ic-257](https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-6.0-Ic-257/Periodic_2_triangulation_2_Examples/TestReport_Christo_MSVC-2022-Community-Release.gz) testsuite, the assertion can be reproduced and investigated. ## Source Code Add the line `CGAL::default_random =...
## Issue Details I do not get hyperlinks to files with errors as reported https://github.com/afabri/vscode-cmake/issues/1 and https://github.com/microsoft/vscode-cpptools/issues/12329 This is probably something trivial, but I am a vscode newbie.
## Summary of Changes Add a function to read an OpenMesh file ( `*.om` ) in CGALlab. This file format stores also edges and vertices marked as features. For the...
## Summary of Changes Added the minimal test case that shows the error reported in Issue #781 Todo: Fix the bug. @lrineau proposed something (see disussion in the other issue)...
The first function is in 2D Minkowski Sums, the second function in Straight Skeletons. We suggest to replace the latter by straight_skeleton_offset_polygons_2() We stick to plural as it does not...