mirror of https://github.com/CGAL/cgal
doc improvement : add a "model of"
This commit is contained in:
parent
3b5e069325
commit
7b1fa00343
|
|
@ -27,7 +27,7 @@ the <I>power sphere</I>. A sphere \f$ {z}^{(w)}\f$ is said to be
|
|||
A triangulation of \f$ {S}^{(w)}\f$ is <I>regular</I> if the power spheres
|
||||
of all simplices are regular.
|
||||
|
||||
\tparam RegularTriangulationTraits_3 is the geometric traits class.
|
||||
\tparam RegularTriangulationTraits_3 is the geometric traits class, model of `RegularTriangulationTraits_3`
|
||||
|
||||
\tparam TriangulationDataStructure_3 is the triangulation data structure.
|
||||
It has the default value `Triangulation_data_structure_3<Triangulation_vertex_base_3<RegularTriangulationTraits_3>, Regular_triangulation_cell_base_3<RegularTriangulationTraits_3> >`.
|
||||
|
|
|
|||
Loading…
Reference in New Issue