libigl v2.5.0
|
Go to the source code of this file.
Namespaces | |
namespace | igl |
Functions | |
template<typename DerivedF , typename DerivedE , typename DerivedOE > | |
void | igl::orient_halfedges (const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedE > &E, Eigen::PlainObjectBase< DerivedOE > &oE) |
Orients halfedges for a triangle mesh, assigning them to a unique edge. | |