#include "igl_inline.h"
#include <Eigen/Dense>
#include "triangle_fan.cpp"
Go to the source code of this file.
|
template<typename DerivedE , typename Derivedcap > |
void | igl::triangle_fan (const Eigen::MatrixBase< DerivedE > &E, Eigen::PlainObjectBase< Derivedcap > &cap) |
| Given a list of faces tessellate all of the "exterior" edges forming another list of.
|
|
Eigen::MatrixXi | igl::triangle_fan (const Eigen::MatrixXi &E) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|