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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedF , typename DerivedFF , typename DerivedC >
void igl::bfs_orient (const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedFF > &FF, Eigen::PlainObjectBase< DerivedC > &C)
 Consistently orient faces in orientable patches using BFS.