Go to the source code of this file.
|
| template<typename DerivedV , typename DerivedF , typename Derivedb , typename Derivedbc , typename DerivedU > |
| IGL_INLINE bool | igl::bijective_composite_harmonic_mapping (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< Derivedb > &b, const Eigen::MatrixBase< Derivedbc > &bc, Eigen::PlainObjectBase< DerivedU > &U) |
| |
| template<typename DerivedV , typename DerivedF , typename Derivedb , typename Derivedbc , typename DerivedU > |
| IGL_INLINE bool | igl::bijective_composite_harmonic_mapping (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< Derivedb > &b, const Eigen::MatrixBase< Derivedbc > &bc, const int min_steps, const int max_steps, const int num_inner_iters, const bool test_for_flips, Eigen::PlainObjectBase< DerivedU > &U) |
| |