8#ifndef IGL_LOCALBASIS_H 
    9#define IGL_LOCALBASIS_H 
   28  template <
typename DerivedV, 
typename DerivedF>
 
   30    const Eigen::MatrixBase<DerivedV>& V,
 
   31    const Eigen::MatrixBase<DerivedF>& F,
 
   32    Eigen::PlainObjectBase<DerivedV>& B1,
 
   33    Eigen::PlainObjectBase<DerivedV>& B2,
 
   34    Eigen::PlainObjectBase<DerivedV>& B3
 
   39#ifndef IGL_STATIC_LIBRARY 
   40#  include "local_basis.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
void local_basis(const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedV > &B1, Eigen::PlainObjectBase< DerivedV > &B2, Eigen::PlainObjectBase< DerivedV > &B3)
Compute a local orthogonal reference system for each triangle in the given mesh.