Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
ramer_douglas_peucker.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "ramer_douglas_peucker.cpp"
+ Include dependency graph for ramer_douglas_peucker.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 DerivedP , typename DerivedS , typename DerivedJ >
IGL_INLINE void igl::ramer_douglas_peucker (const Eigen::MatrixBase< DerivedP > &P, const typename DerivedP::Scalar tol, Eigen::PlainObjectBase< DerivedS > &S, Eigen::PlainObjectBase< DerivedJ > &J)
 
template<typename DerivedP , typename DerivedS , typename DerivedJ , typename DerivedQ >
IGL_INLINE void igl::ramer_douglas_peucker (const Eigen::MatrixBase< DerivedP > &P, const typename DerivedP::Scalar tol, Eigen::PlainObjectBase< DerivedS > &S, Eigen::PlainObjectBase< DerivedJ > &J, Eigen::PlainObjectBase< DerivedQ > &Q)