mirror of https://github.com/CGAL/cgal
Added PkgDescription
This commit is contained in:
parent
dd9fd91fba
commit
1ed1ee3f2e
|
|
@ -0,0 +1,17 @@
|
|||
\begin{ccPkgDescription}{Planar Parameterization of Triangulated Surface Meshes}
|
||||
\ccPkgSummary{Parameterizing a surface amounts to finding a one-to-one mapping from
|
||||
a suitable domain to the surface. In this package, we focus on
|
||||
triangulated surfaces that are homeomorphic to a disk and on piecewise
|
||||
linear mappings into a planar domain. This \cgal\ package implements
|
||||
some of the state-of-the-art surface mesh parameterization methods,
|
||||
such as Least Squares Conformal Maps, Discrete Conformal Map, Discrete
|
||||
Authalic Parameterization, Floater Mean Value Coordinates or Tutte
|
||||
Barycentric Mapping.}
|
||||
|
||||
\ccPkgDependsOn{Solvers as \ccc{OpenNL} or \ccThirdPartyTaucs.}
|
||||
\ccPkgMaturity{Introduced in \cgal 3.2}
|
||||
\ccPkgLicense{\ccLicenseQPL}
|
||||
|
||||
\end{ccPkgDescription}
|
||||
|
||||
|
||||
|
|
@ -2,21 +2,7 @@
|
|||
\label{chap:surface_mesh_parameterization}
|
||||
\ccChapterAuthor{Laurent Saboret, Pierre Alliez \and Bruno L\'evy}
|
||||
|
||||
\begin{ccPkgDescription}{Planar Parameterization of Triangulated Surface Meshes}
|
||||
\ccPkgSummary{Parameterizing a surface amounts to finding a one-to-one mapping from
|
||||
a suitable domain to the surface. In this package, we focus on
|
||||
triangulated surfaces that are homeomorphic to a disk and on piecewise
|
||||
linear mappings into a planar domain. This \cgal\ package implements
|
||||
some of the state-of-the-art surface mesh parameterization methods,
|
||||
such as Least Squares Conformal Maps, Discrete Conformal Map, Discrete
|
||||
Authalic Parameterization, Floater Mean Value Coordinates or Tutte
|
||||
Barycentric Mapping.}
|
||||
|
||||
\ccPkgDependsOn{Solvers as \ccc{OpenNL} or \ccc{Taucs}.}
|
||||
\ccPkgMaturity{Introduced in \cgal 3.2}
|
||||
|
||||
\end{ccPkgDescription}
|
||||
|
||||
\input{Surface_mesh_parameterization/PkgDescription}
|
||||
|
||||
\minitoc
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue