libigl v2.5.0
|
#include "igl_inline.h"
#include <Eigen/Core>
#include <string>
#include <vector>
#include "local_basis.cpp"
Go to the source code of this file.
Namespaces | |
namespace | igl |
Functions | |
template<typename DerivedV , typename DerivedF > | |
void | igl::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. | |