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

Go to the source code of this file.

Namespaces

namespace  igl
namespace  igl::copyleft
namespace  igl::copyleft::cgal

Functions

template<typename DerivedV, typename DerivedF, typename DerivedI, typename IndexType, typename DerivedA>
void igl::copyleft::cgal::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.