CGAL 5.4 - Triangulated Surface Mesh Deformation
CGAL::Deformation_Eigen_closest_rotation_traits_3 Class Reference

#include <CGAL/Deformation_Eigen_closest_rotation_traits_3.h>

Inherited by CGAL::Deformation_Eigen_polar_closest_rotation_traits_3.

Definition

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.

Is Model Of:
DeformationClosestRotationTraits_3