Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
sort_triangles.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "sort_triangles.cpp"
+ Include dependency graph for sort_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 DerivedMV , typename DerivedP , typename DerivedFF , typename DerivedI >
IGL_INLINE void igl::sort_triangles (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const Eigen::PlainObjectBase< DerivedMV > &MV, const Eigen::PlainObjectBase< DerivedP > &P, Eigen::PlainObjectBase< DerivedFF > &FF, Eigen::PlainObjectBase< DerivedI > &I)