8#ifndef IGL_LOCALBASIS_H
9#define IGL_LOCALBASIS_H
35 const Eigen::MatrixBase<DerivedV>& V,
36 const Eigen::MatrixBase<DerivedF>& F,
37 Eigen::PlainObjectBase<DerivedB1>& B1,
38 Eigen::PlainObjectBase<DerivedB2>& B2,
39 Eigen::PlainObjectBase<DerivedB3>& B3
44#ifndef IGL_STATIC_LIBRARY
45# 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< DerivedB1 > &B1, Eigen::PlainObjectBase< DerivedB2 > &B2, Eigen::PlainObjectBase< DerivedB3 > &B3)
Compute a local orthogonal reference system for each triangle in the given mesh.