Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ Vec3
Method
Vec3
test/embind/embind_benchmark.cpp:64–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
class Vec3 {
63
public:
64
Vec3():x(0),y(0),z(0) {}
65
Vec3(float x_, float y_, float z_):x(x_),y(y_),z(z_) {}
66
float x,y,z;
67
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected