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

Go to the source code of this file.

Namespaces

namespace  igl

Functions

template<typename DerivedQ, typename DerivedE>
void igl::quad_edges (const Eigen::MatrixBase< DerivedQ > &Q, Eigen::PlainObjectBase< DerivedE > &E)
 Compute the edges of a quad mesh.