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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedV , typename DerivedF , typename DerivedC , typename DerivedFF , typename DerivedI >
void igl::orient_outward (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedC > &C, Eigen::PlainObjectBase< DerivedFF > &FF, Eigen::PlainObjectBase< DerivedI > &I)
 Orient each component (identified by C) of a mesh (V,F) so the normals on average point away from the patch's centroid.