libigl v2.5.0
|
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. | |