mirror of https://github.com/CGAL/cgal
Fixed some P3T3 doc
This commit is contained in:
parent
252f541f5f
commit
cf01313055
|
|
@ -5,8 +5,8 @@
|
||||||
|
|
||||||
The concept `Periodic_3DelaunayTriangulationTraits_3` is the first template parameter
|
The concept `Periodic_3DelaunayTriangulationTraits_3` is the first template parameter
|
||||||
of the class `CGAL::Periodic_3_Delaunay_triangulation_3`.
|
of the class `CGAL::Periodic_3_Delaunay_triangulation_3`.
|
||||||
It refines the concept `DelaunayTriangulationTraits_3` from the
|
It refines the concepts `Periodic_3TriangulationTraits_3` and
|
||||||
\cgal 3D Triangulations.
|
`DelaunayTriangulationTraits_3`.
|
||||||
It redefines the geometric objects, predicates and constructions to
|
It redefines the geometric objects, predicates and constructions to
|
||||||
work with point-offset pairs. In most cases the offsets will be
|
work with point-offset pairs. In most cases the offsets will be
|
||||||
(0,0,0) and the predicates from `DelaunayTriangulationTraits_3`
|
(0,0,0) and the predicates from `DelaunayTriangulationTraits_3`
|
||||||
|
|
@ -18,10 +18,10 @@ functor the version without offsets.
|
||||||
|
|
||||||
\cgalHasModel CGAL::Periodic_3_Delaunay_triangulation_traits_3
|
\cgalHasModel CGAL::Periodic_3_Delaunay_triangulation_traits_3
|
||||||
|
|
||||||
In addition to the requirements described for the traits class
|
In addition to the requirements described by the concepts
|
||||||
DelaunayTriangulationTraits_3, the geometric traits class of a
|
`Periodic_3TriangulationTraits_3` and `DelaunayTriangulationTraits_3`,
|
||||||
Periodic Delaunay triangulation must fulfill the following
|
the geometric traits class of a Periodic Delaunay triangulation must fulfill
|
||||||
requirements.
|
the following requirements.
|
||||||
|
|
||||||
\note The optional types must be provided in any case, however they
|
\note The optional types must be provided in any case, however they
|
||||||
can be replaced by dummy types if the respective functions are not
|
can be replaced by dummy types if the respective functions are not
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue