cgal/Spatial_searching
Sebastien Loriot 30b3388446
New package: Frechet Distance (#8284)
## 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 given value.

## Release Management

* Affected package(s): Frechet_distance
* Feature (if any):
[link](https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Frechet_Distance)
* License and copyright ownership:  MPI, GeometryFactory, cnrs(?)

## TODO:
- [x] check branch size (@sloriot)
- [x] Make it work with `Epick_d<Dimension_tag<2>>` @sloriot
2025-06-05 16:08:47 +02:00
..
benchmark/Spatial_searching Merge remote-tracking branch 'cgal/master' into gsoc2022-isosurface 2025-03-24 21:34:55 +01:00
doc/Spatial_searching New package: Frechet Distance (#8284) 2025-06-05 16:08:47 +02:00
examples/Spatial_searching update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00
include/CGAL Merge remote-tracking branch 'cgal/6.0.x-branch' into cgal/master 2025-04-10 18:19:14 +02:00
package_info/Spatial_searching Commit all new dependencies files 2018-03-06 18:44:48 +01:00
test/Spatial_searching update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00
TODO