Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ vector3
Function
vector3
tests/TestSpecial.cpp:507–509 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
505
class vector3\r\n\
506
{\r\n\
507
float x, y, z;\r\n\
508
\r\n\
509
void vector3(){}\r\n\
510
void vector3(float x, y, z){ this.x = x; this.y = y; this.z = z; }\r\n\
511
}\r\n\
512
float min(float lhs, rhs)\r\n\
Callers
1
TestSpecial.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected