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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedV , typename DerivedF , typename DerivedP >
void igl::quad_planarity (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedP > &P)
 Compute planarity of the faces of a quad mesh.