void progressive_hulls_cost_and_placement(const int e, const Eigen::MatrixXd &V, const Eigen::MatrixXi &F, const Eigen::MatrixXi &E, const Eigen::VectorXi &EMAP, const Eigen::MatrixXi &EF, const Eigen::MatrixXi &EI, double &cost, Eigen::RowVectorXd &p)
A "cost and placement" compatible with igl::decimate implementing the "progressive hulls" algorithm i...