8#ifndef IGL_POLYGON_CORNERS_H 
    9#define IGL_POLYGON_CORNERS_H 
   30    const std::vector<std::vector<PType> > & P,
 
   31    Eigen::PlainObjectBase<DerivedI> & I,
 
   32    Eigen::PlainObjectBase<DerivedC> & C);
 
   44    const Eigen::MatrixBase<DerivedQ> & Q,
 
   45    Eigen::PlainObjectBase<DerivedI> & I,
 
   46    Eigen::PlainObjectBase<DerivedC> & C);
 
   49#ifndef IGL_STATIC_LIBRARY 
   50#  include "polygon_corners.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
void 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.