#include "igl_inline.h"
#include "faces_first.cpp"
Go to the source code of this file.
|
template<typename MatV , typename MatF , typename VecI > |
void | igl::faces_first (const MatV &V, const MatF &F, MatV &RV, MatF &RF, VecI &IM) |
| Reorder vertices so that vertices in face list come before vertices that don't appear in the face list.
|
|
template<typename MatV , typename MatF , typename VecI > |
void | igl::faces_first (MatV &V, MatF &F, VecI &IM) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|