|
CGAL 4.11 - Planar Parameterization of Triangulated Surface Meshes
|
The class Discrete_authalic_parameterizer_3 implements the Discrete Authalic Parameterization algorithm | |
| This is the base class of strategies that parameterize the border of a 3D surface onto a circle | |
| This class parameterizes the border of a 3D surface onto a circle in a uniform manner: points are equally spaced | |
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 | |
The class Discrete_conformal_map_parameterizer_3 implements the Discrete Conformal Map (DCM) parameterization | |
The class Barycentric_mapping_parameterizer_3 implements Tutte Barycentric Mapping algorithm | |
The class Fixed_border_parameterizer_3 is the base class of fixed border parameterization methods (Tutte, Floater, ...) | |
The class Mean_value_coordinates_parameterizer_3 implements Floater Mean Value Coordinates parameterization | |
The class LSCM_parameterizer_3 implements the Least Squares Conformal Maps (LSCM) parameterization | |
The class Orbifold_Tutte_parameterizer_3 implements Orbifold Tutte Planar Embeddings | |
The class Two_vertices_parameterizer_3 parameterizes two extreme vertices of a 3D surface | |
The class MVC_post_processor_3 implements the Free boundary linear Parameterization algorithm | |
| This is the base class of strategies that parameterize the border of a 3D surface onto a square | |
| This class parameterizes the border of a 3D surface onto a square in a uniform manner: points are equally spaced | |
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 | |
The class ARAP_parameterizer_3 implements the Local/Global Approach to Mesh Parameterization | |
Parameterizer_3 is a concept of parameterization object for a given type of mesh, TriangleMesh, which must be a model of the FaceGraph concept |