Triangulation on hyperbolic surface 2: Delaunay triangulations and epsilon-nets
Summary of Changes
This feature implements Delaunay triangulations on hyperbolic surfaces. Functionalities include point location, point insertion, and the computation of an ε-net of the hyperbolic surface, which is a set of well-distributed points on the surface controlled by the parameter ε.
Release Management
- Affected package(s): Triangulation on hyperbolic surface 2, Hyperbolic triangulation 2
- Feature
- Link to compiled documentation
- License and copyright ownership: GPL (v3 or later)
/build:v1
/build:v1
The documentation is built. It will be available, after a few minutes, here: https://cgal.github.io/9158/v1/Manual/index.html
I know that it is not a mistake introduced by this PR, but can you add the typedef for FT here
"\f$ \varepsilon \f$-net" as that in the html here
And a typo "reprensenting" here
Also there should not be text in red in the User Manual
I think I got it. Red means what you added in this PR
You must add Kernel_23 in the dependencies file
You must add Kernel_23 in the dependencies file
Kernel_23 is already in /package_info/dependencies. Do you mean to add it in /doc/dependencies ?
You must add Kernel_23 in the dependencies file
Kernel_23 is already in /package_info/dependencies. Do you mean to add it in /doc/dependencies ?
Yes, because you use Simple_cartesian in an example.