mirror of https://github.com/CGAL/cgal
Added package description
This commit is contained in:
parent
7f19eec91a
commit
6bbf6c7838
|
|
@ -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}
|
||||
|
|
@ -4,6 +4,7 @@
|
|||
\ccChapterAuthor{Julia Fl{\"o}totto}
|
||||
|
||||
\minitoc
|
||||
\input{Interpolation/PkgDescription}
|
||||
|
||||
\input{Interpolation/introduction}
|
||||
\input{Interpolation/coordinates}
|
||||
|
|
|
|||
Loading…
Reference in New Issue