Andreas Fabri
Andreas Fabri
## Summary of Changes In CGAL headers we must not use `assert()` ## Release Management * Affected package(s): several * License and copyright ownership: unchanged
## Summary of Changes No trailing `!` in a line. ## Release Management * Issue(s) solved (if any): fix #8399 * License and copyright ownership: unchanged
## Summary of Changes Add a specialization of `boost::graph_traits` for `geometrycentral::surface::ManifoldSurfaceMesh". This should enable the usage of BGL algorithms which operate on non-mutable graphs. This PR had as dependency [PR...
## Summary of Changes Do not include `Exact_predicates_inexact_constructions_kernel.h` and `Simple_cartesian.h`. Change order of `#include` statements so that the T2 files come first. Forward declare `Epick` in `Constrained_triangulation_plus_2` where it is...
When I repair a polygon with a hole that sticks out with the structural option I get what I see in the first line. So it is boundary area minus...
On the page on [Elements](https://geometry-central.net/surface/surface_mesh/indexing/) you write _"The routines in this section are valid only when the mesh is compressed"_ I guess you mean that the indices are no longer...
In a [testsuite ](https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-6.0.1-Ic-345/Lab_Demo/TestReport_lrineau_Ubuntu-GCC_master_CXX20-Release.gz) of CGAL where we call functions from OpenGR we get a warning from the compiler concerning the function `POW()`. It is a false alert, but it...
## Summary of Changes Instead of changing the API of TDS, Triangulation, and everything using it, this PR takes another approach: We store indices in the data structures instead of...
## Summary of Changes For the testcase provided in this PR `compute_vertex_normal()` is particularly slow. A vertex has a fan of incident faces with identical normal. As the first fix...
## Summary of Changes This PR adds a static filter for the orientation test of 5D and 6D points. It is ~20% faster than just interval arithmetic. - [ ]...