Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
average_onto_faces.h File Reference
#include "igl_inline.h"
#include <Eigen/Dense>
#include "average_onto_faces.cpp"
+ Include dependency graph for average_onto_faces.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 T , typename I >
IGL_INLINE void igl::average_onto_faces (const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &V, const Eigen::Matrix< I, Eigen::Dynamic, Eigen::Dynamic > &F, const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &S, Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &SF)