diff --git a/Interpolation/doc_tex/Interpolation/PkgDescription.tex b/Interpolation/doc_tex/Interpolation/PkgDescription.tex new file mode 100644 index 00000000000..20c3500a58f --- /dev/null +++ b/Interpolation/doc_tex/Interpolation/PkgDescription.tex @@ -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} diff --git a/Interpolation/doc_tex/Interpolation/main.tex b/Interpolation/doc_tex/Interpolation/main.tex index 977277be5c0..617c4974f0f 100644 --- a/Interpolation/doc_tex/Interpolation/main.tex +++ b/Interpolation/doc_tex/Interpolation/main.tex @@ -4,6 +4,7 @@ \ccChapterAuthor{Julia Fl{\"o}totto} \minitoc +\input{Interpolation/PkgDescription} \input{Interpolation/introduction} \input{Interpolation/coordinates}