CGAL 4.8.1 - Triangulated Surface Mesh Deformation
|
#include <CGAL/Deformation_Eigen_closest_rotation_traits_3.h>
Inherited by 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 .
The internal computation relies on Eigen::JacobiSVD<>
solver.