libigl v2.5.0
Loading...
Searching...
No Matches
lscm.h File Reference
#include "../igl_inline.h"
#include <Eigen/Dense>
#include <Eigen/Sparse>
#include "lscm.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 
namespace  igl::spectra
 

Functions

template<typename DerivedV , typename DerivedF , typename DerivedV_uv >
bool igl::spectra::lscm (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedV_uv > &V_uv)
 Compute a free-boundary least-squares conformal map parametrization.