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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedV , typename DerivedF >
void igl::comb_line_field (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedV > &PD1in, Eigen::PlainObjectBase< DerivedV > &PD1out)
 Computes principal matchings of the vectors of a cross field across face edges, and generates a combed cross field defined on the mesh faces.