Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
average_onto_vertices.h File Reference
#include "igl_inline.h"
#include <Eigen/Dense>
#include "average_onto_vertices.cpp"
+ Include dependency graph for average_onto_vertices.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedV , typename DerivedF , typename DerivedS >
IGL_INLINE void igl::average_onto_vertices (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedS > &S, Eigen::MatrixBase< DerivedS > &SV)