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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedV , typename DerivedF , typename DerivedBC >
void igl::barycenter (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedBC > &BC)
 Computes the barycenter of every simplex.