#include "igl_inline.h"
#include <Eigen/Core>
#include <vector>
#include "circulation.cpp"
 
Go to the source code of this file.
 | 
| std::vector< int >  | igl::circulation (const int e, const bool ccw, const Eigen::VectorXi &EMAP, const Eigen::MatrixXi &EF, const Eigen::MatrixXi &EI) | 
|   | Return list of faces around the end point of an edge.  
  | 
|   | 
| void  | igl::circulation (const int e, const bool ccw, const Eigen::VectorXi &EMAP, const Eigen::MatrixXi &EF, const Eigen::MatrixXi &EI, Eigen::VectorXi &vN) | 
|   | Return list of faces around the end point of an edge.  
  | 
|   | 
| void  | igl::circulation (const int e, const bool ccw, const Eigen::MatrixXi &F, const Eigen::VectorXi &EMAP, const Eigen::MatrixXi &EF, const Eigen::MatrixXi &EI, std::vector< int > &Nv, std::vector< int > &Nf) | 
|   | Return list of faces around the end point of an edge.  
  | 
|   |