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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

void igl::shortest_edge_and_midpoint (const int e, const Eigen::MatrixXd &V, const Eigen::MatrixXi &, const Eigen::MatrixXi &E, const Eigen::VectorXi &, const Eigen::MatrixXi &, const Eigen::MatrixXi &, double &cost, Eigen::RowVectorXd &p)
 Cost and placement function compatible with igl::decimate.