mirror of https://github.com/CGAL/cgal
Added package description
This commit is contained in:
parent
5a45cfeb9d
commit
2f8f36f150
|
|
@ -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}
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
\ccChapterRelease{\subdivisionRev. \ \subdivisionDate}
|
\ccChapterRelease{\subdivisionRev. \ \subdivisionDate}
|
||||||
\ccChapterAuthor{Le-Jeng Andy Shiue}
|
\ccChapterAuthor{Le-Jeng Andy Shiue}
|
||||||
|
|
||||||
|
\input{Subdivision_method_3/PkgDescription.tex}
|
||||||
|
|
||||||
\minitoc
|
\minitoc
|
||||||
|
|
||||||
% +------------------------------------------------------------------------+
|
% +------------------------------------------------------------------------+
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue