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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedV , typename DerivedT , typename SType , typename DerivedW >
bool igl::biharmonic_coordinates (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedT > &T, const std::vector< std::vector< SType > > &S, Eigen::PlainObjectBase< DerivedW > &W)
 Compute "discrete biharmonic generalized barycentric coordinates" as described in "Linear Subspace Design for Real-Time Shape Deformation" [Wang et al.
 
template<typename DerivedV , typename DerivedT , typename SType , typename DerivedW >
bool igl::biharmonic_coordinates (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedT > &T, const std::vector< std::vector< SType > > &S, const int k, Eigen::PlainObjectBase< DerivedW > &W)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.