libigl v2.5.0
|
#include <Eigen/Dense>
#include <Eigen/Sparse>
#include "lscm_hessian.cpp"
Go to the source code of this file.
Namespaces | |
namespace | igl |
Functions | |
template<typename DerivedV , typename DerivedF , typename QScalar > | |
void | igl::lscm_hessian (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::SparseMatrix< QScalar > &Q) |
Compute a Least-squares conformal map parametrization (equivalently derived in "Intrinsic Parameterizations of Surface Meshes" [Desbrun et al. | |