#include "igl_inline.h"
#include <Eigen/Dense>
#include <Eigen/Sparse>
#include "lscm.cpp"
 
Go to the source code of this file.
 | 
| template<typename DerivedV , typename DerivedF , typename Derivedb , typename Derivedbc , typename DerivedV_uv , typename QScalar >  | 
| bool  | igl::lscm (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< Derivedb > &b, const Eigen::MatrixBase< Derivedbc > &bc, Eigen::PlainObjectBase< DerivedV_uv > &V_uv, Eigen::SparseMatrix< QScalar > &Q) | 
|   | Compute a Least-squares conformal map parametrization (equivalently derived in "Intrinsic Parameterizations of Surface Meshes" [Desbrun et al.  
  | 
|   | 
| template<typename DerivedV , typename DerivedF , typename Derivedb , typename Derivedbc , typename DerivedV_uv >  | 
| bool  | igl::lscm (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< Derivedb > &b, const Eigen::MatrixBase< Derivedbc > &bc, Eigen::PlainObjectBase< DerivedV_uv > &V_uv) | 
|   | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.  
  | 
|   | 
| template<typename DerivedV , typename DerivedF , typename DerivedV_uv >  | 
| bool  | igl::lscm (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedV_uv > &V_uv) | 
|   | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.  
  | 
|   |