Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RozDavid/UnScene3D
/ getData
Method
getData
utils/cpp_utils/include/vec3.h:271–273 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
269
}
270
271
inline T *getData() {
272
return &array[0];
273
}
274
275
inline const T *getData() const {
276
return &array[0];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected