cgal/Mesh_3
Sebastien Loriot d06a57a292
Mesh_3 edge_distance criterion : an upper bound for the distances of the feature edge to the input feature (#7532)
## Summary of Changes

Fixes issue #5110.
Adds a edge_distance criteria to the mesh generation process.
This criteria is an upper bound for the distance from the edge to the 1D
feature.

## Release Management

* Affected package(s): Mesh_3
* Issue(s) solved (if any): fix #5110
* Link to small feature page :
[Mesh_3_edge_distance_criteria](https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Mesh_3_edge_distance_criteria)
* Link to compiled documentation
[*here*](https://cgal.github.io/7532/v1/Manual/index.html):
*
[Mesh_edge_criteria_3](https://cgal.github.io/7532/v1/Mesh_3/classCGAL_1_1Mesh__edge__criteria__3.html)
  * [Mesh_criteria_3](https://cgal.github.io/7532/v1/Mesh_3)
2024-05-27 10:58:15 +02:00
..
benchmark/Mesh_3 removing deprecated AABB types 2024-03-26 15:56:45 +01:00
doc/Mesh_3 Mesh_3 edge_distance criterion : an upper bound for the distances of the feature edge to the input feature (#7532) 2024-05-27 10:58:15 +02:00
examples/Mesh_3 Mesh_3 edge_distance criterion : an upper bound for the distances of the feature edge to the input feature (#7532) 2024-05-27 10:58:15 +02:00
include/CGAL Mesh_3 edge_distance criterion : an upper bound for the distances of the feature edge to the input feature (#7532) 2024-05-27 10:58:15 +02:00
package_info/Mesh_3 undo dependency changes + always use core if not disabled 2024-02-27 16:19:28 +01:00
test/Mesh_3 Mesh_3 edge_distance criterion : an upper bound for the distances of the feature edge to the input feature (#7532) 2024-05-27 10:58:15 +02:00
TODO