Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
sort_vectors_ccw.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "sort_vectors_ccw.cpp"
+ Include dependency graph for sort_vectors_ccw.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 DerivedS , typename DerivedI >
IGL_INLINE void igl::sort_vectors_ccw (const Eigen::PlainObjectBase< DerivedS > &P, const Eigen::PlainObjectBase< DerivedS > &N, Eigen::PlainObjectBase< DerivedI > &order, Eigen::PlainObjectBase< DerivedS > &sorted, Eigen::PlainObjectBase< DerivedI > &inv_order)
 
template<typename DerivedS , typename DerivedI >
IGL_INLINE void igl::sort_vectors_ccw (const Eigen::PlainObjectBase< DerivedS > &P, const Eigen::PlainObjectBase< DerivedS > &N, Eigen::PlainObjectBase< DerivedI > &order, Eigen::PlainObjectBase< DerivedS > &sorted)
 
template<typename DerivedS , typename DerivedI >
IGL_INLINE void igl::sort_vectors_ccw (const Eigen::PlainObjectBase< DerivedS > &P, const Eigen::PlainObjectBase< DerivedS > &N, Eigen::PlainObjectBase< DerivedI > &order, Eigen::PlainObjectBase< DerivedI > &inv_order)
 
template<typename DerivedS , typename DerivedI >
IGL_INLINE void igl::sort_vectors_ccw (const Eigen::PlainObjectBase< DerivedS > &P, const Eigen::PlainObjectBase< DerivedS > &N, Eigen::PlainObjectBase< DerivedI > &order)