#include "igl_inline.h"
#include <Eigen/Dense>
#include "edge_midpoints.cpp"
Go to the source code of this file.
|
| template<typename DerivedV, typename DerivedF, typename DerivedE, typename DerivedoE, typename Derivedmps> |
| void | igl::edge_midpoints (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedE > &E, const Eigen::MatrixBase< DerivedoE > &oE, Eigen::PlainObjectBase< Derivedmps > &mps) |
| | Computes the midpoints of edges in a triangle mesh.
|