Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
flipped_triangles.h File Reference
#include "igl_inline.h"
#include <Eigen/Dense>
#include "flipped_triangles.cpp"
+ Include dependency graph for flipped_triangles.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedV , typename DerivedF , typename DerivedX >
IGL_INLINE void igl::flipped_triangles (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedX > &X)
 
template<typename Scalar , typename Index >
IGL_INLINE Eigen::VectorXi igl::flipped_triangles (const Eigen::PlainObjectBase< Scalar > &V, const Eigen::PlainObjectBase< Index > &F)