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
 
namespace  igl::opengl2
 

Functions

template<typename DerivedV , typename DerivedF , typename DerivedFF , typename DerivedI >
IGL_INLINE void igl::opengl2::sort_triangles (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedFF > &FF, Eigen::PlainObjectBase< DerivedI > &I)
 
template<typename DerivedV , typename DerivedF , typename DerivedFF , typename DerivedI >
IGL_INLINE void igl::opengl2::sort_triangles_slow (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedFF > &FF, Eigen::PlainObjectBase< DerivedI > &I)