|
libigl v2.5.0
|
#include "igl_inline.h"#include "PI.h"#include <Eigen/Dense>#include "flip_avoiding_line_search.cpp"Go to the source code of this file.
Namespaces | |
| namespace | igl |
Functions | |
| double | igl::flip_avoiding_line_search (const Eigen::MatrixXi &F, Eigen::MatrixXd &cur_v, const Eigen::MatrixXd &dst_v, std::function< double(Eigen::MatrixXd &)> &energy, double cur_energy=-1) |
| A bisection line search for a mesh based energy that avoids triangle flips as suggested in "Bijective Parameterization with Free Boundaries" (Smith J. | |