#include "../../igl_inline.h"
#include <Eigen/Core>
#include "outer_facet.cpp"
Go to the source code of this file.
|
template<typename DerivedV , typename DerivedF , typename DerivedN , typename DerivedI , typename IndexType > |
void | igl::copyleft::cgal::outer_facet (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const Eigen::PlainObjectBase< DerivedN > &N, const Eigen::PlainObjectBase< DerivedI > &I, IndexType &f, bool &flipped) |
| Find a facet that is reachable from infinity without crossing any faces.
|
|
template<typename DerivedV , typename DerivedF , typename DerivedI , typename IndexType > |
void | igl::copyleft::cgal::outer_facet (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const Eigen::PlainObjectBase< DerivedI > &I, IndexType &f, bool &flipped) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|