mirror of https://github.com/CGAL/cgal
Added license information
This commit is contained in:
parent
3df1f8659f
commit
c633d24c17
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
\begin{ccPkgDescription}{2D Triangulation Data Structure}
|
\begin{ccPkgDescription}{2D Triangulation Data Structure \label{Pkg:TDS2}}
|
||||||
\ccPkgSummary{
|
\ccPkgSummary{
|
||||||
This package provides a data structure to store a two-dimensional
|
This package provides a data structure to store a two-dimensional
|
||||||
triangulation that has the topology of a two-dimensional sphere.
|
triangulation that has the topology of a two-dimensional sphere.
|
||||||
|
|
@ -9,7 +9,7 @@ and provides basic combinatorial operation on the triangulation.
|
||||||
}
|
}
|
||||||
|
|
||||||
%\ccPkgDependsOn{}
|
%\ccPkgDependsOn{}
|
||||||
\ccPkgMaturity{Introduced in \cgal\ 3.0}
|
\ccPkgMaturity{Introduced in \cgal\ 2.0}
|
||||||
\ccPkgLicense{\qpl}
|
\ccPkgLicense{\ccLicenseQPL}
|
||||||
|
|
||||||
\end{ccPkgDescription}
|
\end{ccPkgDescription}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
\begin{ccPkgDescription}{2D Triangulation}
|
\begin{ccPkgDescription}{2D Triangulation \label{Pkg:Triangulation2}}
|
||||||
\ccPkgSummary{This package allows to build and handle
|
\ccPkgSummary{This package allows to build and handle
|
||||||
various triangulations for point sets two dimensions.
|
various triangulations for point sets two dimensions.
|
||||||
Any CGAL triangulation covers the convex hull of its
|
Any CGAL triangulation covers the convex hull of its
|
||||||
|
|
@ -21,8 +21,7 @@ Several versions of constrained and Delaunay contrained triangulations
|
||||||
are provided: some of them handle intersections between input constraints
|
are provided: some of them handle intersections between input constraints
|
||||||
segment while others do not. }
|
segment while others do not. }
|
||||||
|
|
||||||
%\ccPkgDependsOn{}
|
\ccPkgDependsOn{\ccRef[2D Triangulation Data Structure]{Pkg:TDS2}}
|
||||||
\ccPkgMaturity{Introduced in \cgal\ 3.0}
|
\ccPkgMaturity{Introduced in \cgal\ 2.0}
|
||||||
\ccPkgLicense{\qpl}
|
\ccPkgLicense{\ccLicenseQPL}
|
||||||
|
|
||||||
\end{ccPkgDescription}
|
\end{ccPkgDescription}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue