CGAL 4.8.1 - Planar Parameterization of Triangulated Surface Meshes
|
#include <CGAL/Two_vertices_parameterizer_3.h>
The class Two_vertices_parameterizer_3
parameterizes two extreme vertices of a 3D surface.
This kind of border parameterization is used by free border parameterizations.
Implementation note: To simplify the implementation, BorderParameterizer_3
models know only the ParameterizationMesh_3
class. They do not know the parameterization algorithm requirements or the kind of sparse linear system used.
Public Types | |
typedef ParameterizationMesh_3 | Adaptor |
Export ParameterizationMesh_3 template parameter. | |
Public Member Functions | |
Parameterizer_traits_3 < Adaptor >::Error_code | parameterize_border (Adaptor &mesh) |
Map two extreme vertices of the 3D mesh and mark them as parameterized. | |
bool | is_border_convex () |
Indicate if border's shape is convex. More... | |
bool CGAL::Two_vertices_parameterizer_3< ParameterizationMesh_3 >::is_border_convex | ( | ) |
Indicate if border's shape is convex.
Meaningless for free border parameterization algorithms.