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

Class Mesh

data_preprocessing/sample_surface_points.cpp:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <cmath>
4
5struct Mesh
6{
7 Eigen::MatrixXd V;
8 Eigen::MatrixXi F;
9} surface, output;
10
11struct Point
12{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected