libigl v2.5.0
Loading...
Searching...
No Matches
barycentric_interpolation.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "barycentric_interpolation.cpp"

Go to the source code of this file.

Namespaces

namespace  igl

Functions

template<typename DerivedD, typename DerivedF, typename DerivedB, typename DerivedI, typename DerivedX>
void igl::barycentric_interpolation (const Eigen::MatrixBase< DerivedD > &D, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedB > &B, const Eigen::MatrixBase< DerivedI > &I, Eigen::PlainObjectBase< DerivedX > &X)
 Interpolate data on a triangle mesh using barycentric coordinates.