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

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.