#include "igl_inline.h"
#include <Eigen/Core>
#include "comb_cross_field.cpp"
Go to the source code of this file.
|
template<typename DerivedV , typename DerivedF > |
void | igl::comb_cross_field (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedV > &PD1in, const Eigen::MatrixBase< DerivedV > &PD2in, Eigen::PlainObjectBase< DerivedV > &PD1out, Eigen::PlainObjectBase< DerivedV > &PD2out) |
| Computes principal matchings of the vectors of a cross field across face edges, and generates a combed cross field defined on the mesh faces.
|
|