MCPcopy Create free account
hub / github.com/Colin97/DeepMetaHandles / Mesh

Class Mesh

data_preprocessing/sample_key_points.cpp:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include <igl/slice.h>
6
7struct Mesh
8{
9 Eigen::MatrixXd V;
10 Eigen::MatrixXi F;
11} surface, output;
12
13struct Edge{
14 int u, v, n;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected