#include "igl_inline.h"
#include <Eigen/Core>
#include "ramer_douglas_peucker.cpp"
 
Go to the source code of this file.
 | 
| template<typename DerivedP , typename DerivedS , typename DerivedJ >  | 
| void  | igl::ramer_douglas_peucker (const Eigen::MatrixBase< DerivedP > &P, const typename DerivedP::Scalar tol, Eigen::PlainObjectBase< DerivedS > &S, Eigen::PlainObjectBase< DerivedJ > &J) | 
|   | Ramer-Douglas-Peucker piecewise-linear curve simplification.  
  | 
|   | 
| template<typename DerivedP , typename DerivedS , typename DerivedJ , typename DerivedQ >  | 
| 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) | 
|   | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.  
  | 
|   |