Added package description

This commit is contained in:
Andreas Fabri
2006-04-10 14:12:10 +00:00
parent d5f979341d
commit 087e19d253
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,10 @@
\begin{ccPkgDescription}{dD Kernel\label{Pkg:KernelD}}
\ccPkgSummary{ The dD Kernel contains objects of constant size, such as point,
vector, direction, line, ray, segment, circle in d dimensional Euclidean space,
as well as predicates and constructions for these objects.}
%\ccPkgDependsOn{\ccRefPkg:Triangulation2}
\ccPkgMaturity{Introduced in \cgal\ 2.0}
\ccPkgLicense{\ccLicenseLGPL}
\end{ccPkgDescription}
+3
View File
@@ -1,5 +1,8 @@
\cleardoublepage
\ccUserChapter{dD Kernel}
\input{Kernel_d/PkgDescription}
\input{Kernel_d/introduction_d}
\input{Kernel_d/kernel_representation_d}
\input{Kernel_d/kernel_geometry_d}