Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
edges_to_path.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "edges_to_path.cpp"
+ Include dependency graph for edges_to_path.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 DerivedE , typename DerivedI , typename DerivedJ , typename DerivedK >
IGL_INLINE void igl::edges_to_path (const Eigen::MatrixBase< DerivedE > &E, Eigen::PlainObjectBase< DerivedI > &I, Eigen::PlainObjectBase< DerivedJ > &J, Eigen::PlainObjectBase< DerivedK > &K)