Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
using namespace std;
6
7
struct PointInfo{
8
int x,y,z;
9
float r,g,b;
10
};
11
12
extern
"C"
{
13
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected