#include "igl_inline.h"
#include <Eigen/Core>
#include <vector>
#include "polygon_corners.cpp"
 
Go to the source code of this file.
 | 
| template<typename PType , typename DerivedI , typename DerivedC >  | 
| void  | igl::polygon_corners (const std::vector< std::vector< PType > > &P, Eigen::PlainObjectBase< DerivedI > &I, Eigen::PlainObjectBase< DerivedC > &C) | 
|   | Convert a list-of-lists polygon mesh faces representation to list of polygon corners and sizes.  
  | 
|   | 
| template<typename DerivedQ , typename DerivedI , typename DerivedC >  | 
| void  | igl::polygon_corners (const Eigen::MatrixBase< DerivedQ > &Q, Eigen::PlainObjectBase< DerivedI > &I, Eigen::PlainObjectBase< DerivedC > &C) | 
|   | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.  
  | 
|   |