Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HarbourMasters/SpaghettiKart
/ Vec3fArray
Method
Vec3fArray
src/port/resource/type/Vec3fArray.h:19–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
using Resource::Resource;
18
19
Vec3fArray() : Resource(std::shared_ptr<Ship::ResourceInitData>()) {
20
}
21
22
Vec3fData* GetPointer();
23
size_t GetPointerSize();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected