Added package description

This commit is contained in:
Andreas Fabri 2006-03-31 08:28:24 +00:00
parent 5a45cfeb9d
commit 2f8f36f150
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,16 @@
\begin{ccPkgDescription}{2D and Surface Function Interpolation}
\ccPkgSummary{
Subdivision methods recursively refine a control mesh and generate
points approximating the limit surface. This package consists of four
popular subdivision methods and their refinement hosts. Supported
subdivision methods include Catmull-Clark, Loop, Doo-Sabin and sqrt(3)
subdivisions. Their respective refinement hosts are {\sc Pqq}, {\sc
Ptq}, {\sc Dqq} and sqrt(3) refinements. Variations of those methods
can be easily extended by substituting the geometry computation of the
refinement host.}
%\ccPkgDependsOn{}
\ccPkgMaturity{Introduced in \cgal\ 3.2}
\end{ccPkgDescription}

View File

@ -16,6 +16,8 @@
\ccChapterRelease{\subdivisionRev. \ \subdivisionDate}
\ccChapterAuthor{Le-Jeng Andy Shiue}
\input{Subdivision_method_3/PkgDescription.tex}
\minitoc
% +------------------------------------------------------------------------+