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

Go to the source code of this file.

Namespaces

namespace  igl

Functions

template<typename DerivedF, typename DerivedE>
void igl::exterior_edges (const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedE > &E)
 Determines boundary "edges" and also edges with an odd number of occurrences where seeing edge (i,j) counts as +1 and seeing the opposite edge (j,i) counts as -1.