Andreas Fabri

Results 93 issues of 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...

Bug
Has Pull Request

## 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...

Not yet approved
Pkg::Kernel_23
Small feature
TODO
Pkg::Kernel_d
Tested
Ready to be tested
CHANGES.md not updated

## 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 *...

trivial
Doc bug
Ready to be tested
Cleaning
known false-positive in CI checks

## 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. ![image](https://github.com/CGAL/cgal/assets/3263539/97ff96a1-7f6b-4182-b7b8-5267cb53f8ef) The next step is...

Bug
TODO
Pkg::Surface_mesh_simplification

## 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 =...

Bug
Pkg::Periodic_2_Triangulation_2

## 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.

CMake scripts

## 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...

Not yet approved
Tested

## 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...

Enhancement
Feature request
Stalled