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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedF , typename DerivedE >
void igl::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 simplicial elements.