mirror of https://github.com/CGAL/cgal
Further renaming
This commit is contained in:
parent
0c9d8a2420
commit
cd9d8f6c95
|
|
@ -17,7 +17,7 @@ namespace CGAL {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This package enables the computation of Delaunay triangulations of the Bolza surface, which is the most symmetric surface of genus 2. The Bolza surface is a hyperbolic closed compact orientable surface. For triangulations on general hyperbolic surfaces, we refer to the package \ref Chapter_Hyperbolic_Surface_Triangulations "Hyperbolic Surface Triangulations".
|
This package enables the computation of Delaunay triangulations of the Bolza surface, which is the most symmetric surface of genus 2. The Bolza surface is a hyperbolic closed compact orientable surface. For triangulations on general hyperbolic surfaces, we refer to the package \ref Chapter_Hyperbolic_Surface_Triangulations "2D Triangulations on Hyperbolic Surfaces".
|
||||||
|
|
||||||
A triangulation of the Bolza surface can be seen as a periodic
|
A triangulation of the Bolza surface can be seen as a periodic
|
||||||
triangulation of the hyperbolic plane.
|
triangulation of the hyperbolic plane.
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
EXTRACT_PRIVATE = NO
|
EXTRACT_PRIVATE = NO
|
||||||
|
|
||||||
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D Hyperbolic Surface Triangulations"
|
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D Triangulations on Hyperbolic Surfaces"
|
||||||
|
|
||||||
IMAGE_PATH += ${CGAL_PACKAGE_DOC_DIR}/fig/cover.svg
|
IMAGE_PATH += ${CGAL_PACKAGE_DOC_DIR}/fig/cover.svg
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
/// \defgroup PkgHyperbolicSurfaceTriangulation2Ref Hyperbolic Surface Triangulations Reference
|
/// \defgroup PkgHyperbolicSurfaceTriangulation2Ref 2D Triangulations on Hyperbolic Surfaces Reference
|
||||||
|
|
||||||
/// \defgroup PkgHyperbolicSurfaceTriangulation2Concepts Concepts
|
/// \defgroup PkgHyperbolicSurfaceTriangulation2Concepts Concepts
|
||||||
/// \ingroup PkgHyperbolicSurfaceTriangulation2Ref
|
/// \ingroup PkgHyperbolicSurfaceTriangulation2Ref
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
/*!
|
/*!
|
||||||
\addtogroup PkgHyperbolicSurfaceTriangulation2Ref
|
\addtogroup PkgHyperbolicSurfaceTriangulation2Ref
|
||||||
|
|
||||||
\cgalPkgDescriptionBegin{Hyperbolic Surface Triangulations,PkgHyperbolicSurfaceTriangulation2}
|
\cgalPkgDescriptionBegin{2D Triangulations on Hyperbolic Surfaces,PkgHyperbolicSurfaceTriangulation2}
|
||||||
\cgalPkgPicture{cover.svg}
|
\cgalPkgPicture{cover.svg}
|
||||||
|
|
||||||
\cgalPkgSummaryBegin
|
\cgalPkgSummaryBegin
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
\cgalPkgDependsOn{\ref PkgCombinatorialMaps}
|
\cgalPkgDependsOn{\ref PkgCombinatorialMaps}
|
||||||
\cgalPkgBib{cgal:y-t2}
|
\cgalPkgBib{cgal:y-t2}
|
||||||
\cgalPkgLicense{\ref licensesGPL "GPL"}
|
\cgalPkgLicense{\ref licensesGPL "GPL"}
|
||||||
\cgalPkgDemo{Hyperbolic Surface Triangulations,nofilefornow.zip}
|
\cgalPkgDemo{2D Triangulations on Hyperbolic Surfaces,nofilefornow.zip}
|
||||||
\cgalPkgShortInfoEnd
|
\cgalPkgShortInfoEnd
|
||||||
|
|
||||||
\cgalPkgDescriptionEnd
|
\cgalPkgDescriptionEnd
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue