9#ifndef IGL_COMB_LINE_FIELD_H 
   10#define IGL_COMB_LINE_FIELD_H 
   22  template <
typename DerivedV, 
typename DerivedF>
 
   24                                  const Eigen::MatrixBase<DerivedF> &F,
 
   25                                  const Eigen::MatrixBase<DerivedV> &PD1in,
 
   26                                  Eigen::PlainObjectBase<DerivedV> &PD1out);
 
   28#ifndef IGL_STATIC_LIBRARY 
   29#include "comb_line_field.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
void 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 combe...