#include "igl_inline.h"
#include <Eigen/Core>
#include "quad_grid.cpp"
 
Go to the source code of this file.
 | 
| template<typename DerivedV , typename DerivedQ , typename DerivedE >  | 
| void  | igl::quad_grid (const int nx, const int ny, Eigen::PlainObjectBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedQ > &Q, Eigen::PlainObjectBase< DerivedE > &E) | 
|   | 
| template<typename DerivedQ , typename DerivedE >  | 
| void  | igl::quad_grid (const int nx, const int ny, Eigen::PlainObjectBase< DerivedQ > &Q, Eigen::PlainObjectBase< DerivedE > &E) | 
|   | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.  
  | 
|   |