#include "igl_inline.h"
#include <Eigen/Dense>
#include "exterior_edges.cpp"
Go to the source code of this file.
|
void | igl::exterior_edges (const Eigen::MatrixXi &F, Eigen::MatrixXi &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.
|
|
Eigen::MatrixXi | igl::exterior_edges (const Eigen::MatrixXi &F) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|