\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.12.1 - Planar Parameterization of Triangulated Surface Meshes

Border parameterization methods define a set of constraints (a constraint specifies two (u,v) coordinates for each instance of a vertex along the border).

This package implements common border parameterization methods:

Classes

class  CGAL::Surface_mesh_parameterization::Circular_border_parameterizer_3< TriangleMesh_ >
 This is the base class of strategies that parameterize the border of a 3D surface onto a circle. More...
 
class  CGAL::Surface_mesh_parameterization::Circular_border_uniform_parameterizer_3< TriangleMesh_ >
 This class parameterizes the border of a 3D surface onto a circle in a uniform manner: points are equally spaced. More...
 
class  CGAL::Surface_mesh_parameterization::Circular_border_arc_length_parameterizer_3< TriangleMesh_ >
 This class parameterizes the border of a 3D surface onto a circle, with an arc-length parameterization: the (u,v) values are proportional to the length of border edges. More...
 
class  CGAL::Surface_mesh_parameterization::Two_vertices_parameterizer_3< TriangleMesh_ >
 The class Two_vertices_parameterizer_3 parameterizes two extreme vertices of a 3D surface. More...
 
class  CGAL::Surface_mesh_parameterization::Square_border_parameterizer_3< TriangleMesh_ >
 This is the base class of strategies that parameterize the border of a 3D surface onto a square. More...
 
class  CGAL::Surface_mesh_parameterization::Square_border_uniform_parameterizer_3< TriangleMesh_ >
 This class parameterizes the border of a 3D surface onto a square in a uniform manner: points are equally spaced. More...
 
class  CGAL::Surface_mesh_parameterization::Square_border_arc_length_parameterizer_3< TriangleMesh_ >
 This class parameterizes the border of a 3D surface onto a square, with an arc-length parameterization: (u,v) values are proportional to the length of border edges. More...