mirror of https://github.com/CGAL/cgal
Changed text in intro; removed ref to inexistent model
This commit is contained in:
parent
1ab5d08f5b
commit
c417db5907
|
|
@ -6,16 +6,14 @@ namespace CGAL {
|
||||||
/*!
|
/*!
|
||||||
\ingroup PkgHyperbolicTriangulation2VertexFaceClasses
|
\ingroup PkgHyperbolicTriangulation2VertexFaceClasses
|
||||||
|
|
||||||
The class `Hyperbolic_triangulation_face_base_2` is designed as one of the
|
The class `Hyperbolic_triangulation_face_base_2` is designed as the
|
||||||
default models for the face concept `HyperbolicTriangulationFaceBase_2`
|
default model for the face concept `HyperbolicTriangulationFaceBase_2`
|
||||||
offered by %CGAL.
|
offered by %CGAL.
|
||||||
|
|
||||||
\tparam Gt must be a model of `HyperbolicDelaunayTriangulationTraits_2`.
|
\tparam Gt must be a model of `HyperbolicDelaunayTriangulationTraits_2`.
|
||||||
\tparam Fb must be a model of `TriangulationFaceBase_2`. %Defaults to `Triangulation_face_base_2<Gt>`.
|
\tparam Fb must be a model of `TriangulationFaceBase_2`. %Defaults to `Triangulation_face_base_2<Gt>`.
|
||||||
|
|
||||||
|
|
||||||
\sa Hyperbolic_triangulation_face_base_with_info_2
|
|
||||||
|
|
||||||
\cgalModels HyperbolicTriangulationFaceBase_2
|
\cgalModels HyperbolicTriangulationFaceBase_2
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue