Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
sortrows.h File Reference
#include "igl_inline.h"
#include <vector>
#include <Eigen/Core>
#include "sortrows.cpp"
+ Include dependency graph for sortrows.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 DerivedX , typename DerivedI >
IGL_INLINE void igl::sortrows (const Eigen::DenseBase< DerivedX > &X, const bool ascending, Eigen::PlainObjectBase< DerivedX > &Y, Eigen::PlainObjectBase< DerivedI > &I)