libigl v2.5.0
Loading...
Searching...
No Matches
polygon_corners.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include <vector>
#include "polygon_corners.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

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.