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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedF , typename Derivedear , typename Derivedear_opp >
void igl::ears (const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< Derivedear > &ear, Eigen::PlainObjectBase< Derivedear_opp > &ear_opp)
 Find all ears (faces with two boundary edges) in a given mesh.