MCPcopy Create free account
hub / github.com/d62lu/3DCTN / PointInfo

Class PointInfo

visualizer/render_balls_so.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5using namespace std;
6
7struct PointInfo{
8 int x,y,z;
9 float r,g,b;
10};
11
12extern "C"{
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected