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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

void igl::sample_edges (const Eigen::MatrixXd &V, const Eigen::MatrixXi &E, const int k, Eigen::MatrixXd &S)
 Compute k extra points along each edge in E defined over vertices of V.