mirror of https://github.com/CGAL/cgal
17 lines
1.0 KiB
Plaintext
17 lines
1.0 KiB
Plaintext
/// \defgroup PkgSurfaceParameterization Planar Parameterization of Triangulated Surface Meshes
|
|
/// \defgroup PkgSurfaceParameterizationConcepts Concepts
|
|
/// \ingroup PkgSurfaceParameterization
|
|
s
|
|
/*!
|
|
\addtogroup PkgSurfaceParameterization
|
|
\todo check generated documentation
|
|
\PkgDescriptionBegin{Planar Parameterization of Triangulated Surface Meshes}
|
|
\PkgPicture{bimbaDetail.png}
|
|
\PkgAuthor{Laurent Saboret, Pierre Alliez and Bruno Lévy}
|
|
\PkgDesc{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 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.}
|
|
\PkgSince{3.2}
|
|
\cgalbib{cgal:sal-pptsm2}
|
|
\license{\ref licensesGPL "GPL"}
|
|
\PkgDescriptionEnd
|
|
*/
|