libigl v2.5.0
Loading...
Searching...
No Matches
limit_faces.h File Reference
#include "igl_inline.h"
#include "limit_faces.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename MatF , typename VecL >
void igl::limit_faces (const MatF &F, const VecL &L, const bool exclusive, MatF &LF)
 Limit given faces F to those which contain (only) indices found in L.