mirror of https://github.com/CGAL/cgal
fixed
This commit is contained in:
parent
e78e97c757
commit
e4dd1d60e9
|
|
@ -1,7 +1,6 @@
|
||||||
|
|
||||||
\begin{ccPkgDescription}{Halfedge Data Structures \label{Pkg:HDS}}
|
\begin{ccPkgDescription}{Halfedge Data Structures \label{Pkg:HDS}}
|
||||||
\ccPkgSummary{A halfedge data structure (abbreviated as HalfedgeDS, or
|
\ccPkgSummary{A halfedge data structure is an edge-centered data structure
|
||||||
HDS for template parameters) is an edge-centered data structure
|
|
||||||
capable of maintaining incidence informations of vertices, edges and
|
capable of maintaining incidence informations of vertices, edges and
|
||||||
faces, for example for planar maps, polyhedra, or other orientable,
|
faces, for example for planar maps, polyhedra, or other orientable,
|
||||||
two-dimensional surfaces embedded in arbitrary dimension. Each edge is
|
two-dimensional surfaces embedded in arbitrary dimension. Each edge is
|
||||||
|
|
@ -12,8 +11,7 @@ variants of the halfedge data structure can omit some of these
|
||||||
informations, for example the halfedge pointers in faces or the
|
informations, for example the halfedge pointers in faces or the
|
||||||
storage of faces at all.}
|
storage of faces at all.}
|
||||||
|
|
||||||
%FIXME: i think this does not make sense:
|
%\ccPkgDependsOn{}
|
||||||
%\ccPkgDependsOn{\ccRef[2D Nef Polygons]{Pkg:HDS}}
|
|
||||||
\ccPkgMaturity{Introduced in \cgal\ 2.3}
|
\ccPkgMaturity{Introduced in \cgal\ 2.3}
|
||||||
\ccPkgLicense{\ccLicenseLGPL}
|
\ccPkgLicense{\ccLicenseLGPL}
|
||||||
\end{ccPkgDescription}
|
\end{ccPkgDescription}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue