Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Colin97/DeepMetaHandles
/ Mesh
Class
Mesh
data_preprocessing/normalize.cpp:5–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#include <cmath>
4
5
struct Mesh
6
{
7
Eigen::MatrixXd V;
8
Eigen::MatrixXi F;
9
} surface;
10
11
12
int main(int argc, char *argv[])
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected