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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

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.