#include "igl_inline.h"
#include <Eigen/Core>
#include "sort_triangles.cpp"
Go to the source code of this file.
|
| 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) |
| |