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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

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.