#include "faces_first.h" #include #include template IGL_INLINE void igl::faces_first( const MatV & V, const MatF & F, MatV & RV, MatF & RF, VecI & IM) { using namespace std; using namespace Eigen; vector in_face(V.rows()); for(int i = 0; i