#include "igl_inline.h"
#include <Eigen/Core>
#include "centroid.cpp"
Go to the source code of this file.
|
| template<typename DerivedV , typename DerivedF , typename Derivedc , typename Derivedvol > |
| IGL_INLINE void | igl::centroid (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< Derivedc > &c, Derivedvol &vol) |
| |
| template<typename DerivedV , typename DerivedF , typename Derivedc > |
| IGL_INLINE void | igl::centroid (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< Derivedc > &c) |
| |