libigl v2.5.0
Loading...
Searching...
No Matches
quad_edges.h
Go to the documentation of this file.
1#ifndef IGL_QUAD_EDGES_H
2#define IGL_QUAD_EDGES_H
3#include "igl_inline.h"
4#include <Eigen/Core>
5
6namespace igl
7{
12 template <
13 typename DerivedQ,
14 typename DerivedE >
16 const Eigen::MatrixBase<DerivedQ> & Q,
17 Eigen::PlainObjectBase<DerivedE> & E);
18}
19
20#ifndef IGL_STATIC_LIBRARY
21# include "quad_edges.cpp"
22#endif
23
24#endif
25
#define IGL_INLINE
Definition igl_inline.h:15
Definition AABB.h:18
void quad_edges(const Eigen::MatrixBase< DerivedQ > &Q, Eigen::PlainObjectBase< DerivedE > &E)
Compute the edges of a quad mesh.