Sébastien Loriot, Olga Sorkine-Hornung, Yin Xu and Ilker O. Yaz
This package offers surface mesh deformation algorithms which provide new positions to the vertices of a surface mesh under positional constraints of some of its vertices, without requiring any additional structure other than the surface mesh itself.
Main Class
Concepts
Algebraic Traits
|
class | CGAL::Deform_mesh< HG, VIM, HIM, TAG, WC, ST, CR, VPM > |
| Class renamed to Surface_mesh_deformation . More...
|
|
class | CGAL::Deformation_Eigen_closest_rotation_traits_3 |
| A class to compute the closest rotation in Frobenius norm to a 3x3 Matrix using the Eigen library . More...
|
|
class | CGAL::Deformation_Eigen_polar_closest_rotation_traits_3 |
| A class to compute the closest rotation in Frobenius norm to a 3x3 Matrix using the Eigen library . More...
|
|
class | CGAL::Surface_mesh_deformation< HG, VIM, HIM, TAG, WC, ST, CR, VPM > |
| Class providing the functionalities for deforming a triangulated surface mesh. More...
|
|
Deformation algorithm type.
#include <CGAL/Surface_mesh_deformation.h>
Enumerator |
---|
ORIGINAL_ARAP |
use original as-rigid-as possible algorithm
|
SPOKES_AND_RIMS |
use spokes and rims version of as-rigid-as possible algorithm
|