|
libigl v2.5.0
|
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. | |