mirror of https://github.com/CGAL/cgal
Triangulation: Fix Typos (#8837)
## Summary of Changes
Fix typos.
### Todo
- [x] The documentation of policy classes is missing but they are
referenced in the manual. (done in eef2bea)
## Release Management
* Affected package(s): Triangulation
* Link to compiled documentation (obligatory for small feature) [*wrong
link name to be changed*](httpssss://wrong_URL_to_be_changed/Manual/Pkg)
* License and copyright ownership: unchanged
This commit is contained in:
commit
c0b3724447
|
|
@ -395,7 +395,7 @@ circumscribing ball whose interior does not contain
|
|||
any vertex of the triangulation.
|
||||
|
||||
In case of degeneracies (co-spherical points) the triangulation is not
|
||||
uniquely defined. Note however that the CGAL implementation computes a
|
||||
uniquely defined. Note however that the %CGAL implementation computes a
|
||||
unique triangulation even in these cases.
|
||||
|
||||
When a new point `p` is inserted into a Delaunay triangulation, the
|
||||
|
|
@ -488,7 +488,7 @@ than inserting the same points one by one.
|
|||
|
||||
The class `CGAL::Regular_triangulation<RegularTriangulationTraits_, TriangulationDataStructure_>` derives from
|
||||
`CGAL::Triangulation<RegularTriangulationTraits_, TriangulationDataStructure_>`. It thus stores a model of
|
||||
the concept `TriangulationDataStructure_` which is instantiated with a vertex
|
||||
the concept `TriangulationDataStructure` which is instantiated with a vertex
|
||||
type that stores a weighted point and allows its retrieval.
|
||||
|
||||
The template parameter `RegularTriangulationTraits_` must be a model of the concept
|
||||
|
|
|
|||
Loading…
Reference in New Issue