8#ifndef IGL_ORIENTED_FACETS_H
9#define IGL_ORIENTED_FACETS_H
27 template <
typename DerivedF,
typename DerivedE>
29 const Eigen::MatrixBase<DerivedF> & F,
30 Eigen::PlainObjectBase<DerivedE> & E);
33#ifndef IGL_STATIC_LIBRARY
34# include "oriented_facets.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void oriented_facets(const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedE > &E)
Determines all "directed [facets](https://en.wikipedia.org/wiki/Simplex#Elements)" of a given set of ...