libigl v2.5.0
|
#include "igl_inline.h"
#include <Eigen/Core>
#include <Eigen/Sparse>
#include "normal_derivative.cpp"
Go to the source code of this file.
Namespaces | |
namespace | igl |
Functions | |
template<typename DerivedV , typename DerivedEle , typename Scalar > | |
void | igl::normal_derivative (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedEle > &Ele, Eigen::SparseMatrix< Scalar > &DD) |
Computes the directional derivative normal to all (half-)edges of a triangle mesh (not just boundary edges). | |