Added package description

This commit is contained in:
Andreas Fabri 2006-03-30 12:29:07 +00:00
parent 7f19eec91a
commit 6bbf6c7838
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
\begin{ccPkgDescription}{2D and Surface Function Interpolatio}
\ccPkgSummary{
This package implements different methods for scattered data
interpolation: Given measures of a function on a set of discrete data
points, the task is to interpolate this function on an arbitrary query
point. The package further offers functions for natural neighbor
interpolation.}
%\ccPkgDependsOn{}
\ccPkgMaturity{Introduced in \cgal\ 3.1}
\end{ccPkgDescription}

View File

@ -4,6 +4,7 @@
\ccChapterAuthor{Julia Fl{\"o}totto} \ccChapterAuthor{Julia Fl{\"o}totto}
\minitoc \minitoc
\input{Interpolation/PkgDescription}
\input{Interpolation/introduction} \input{Interpolation/introduction}
\input{Interpolation/coordinates} \input{Interpolation/coordinates}