9#ifndef IGL_COPYLEFT_CGAL_OUTER_EDGE_H
10#define IGL_COPYLEFT_CGAL_OUTER_EDGE_H
41 const Eigen::MatrixBase<DerivedV> & V,
42 const Eigen::MatrixBase<DerivedF> & F,
43 const Eigen::MatrixBase<DerivedI> & I,
46 Eigen::PlainObjectBase<DerivedA> & A);
52#ifndef IGL_STATIC_LIBRARY
53# include "outer_edge.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void outer_edge(const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedI > &I, IndexType &v1, IndexType &v2, Eigen::PlainObjectBase< DerivedA > &A)
Find an edge that is reachable from infinity without crossing any faces.