libigl v2.5.0
Loading...
Searching...
No Matches
outer_vertex.h File Reference
#include "../../igl_inline.h"
#include <Eigen/Core>
#include "outer_vertex.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_vertex (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const Eigen::PlainObjectBase< DerivedI > &I, IndexType &v_index, Eigen::PlainObjectBase< DerivedA > &A)
 Find a vertex that is reachable from infinite without crossing any faces.