Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ ReadVector2
Method
ReadVector2
TombEngine/Specific/IO/Streams.cpp:64–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
bool BaseStream::ReadVector2(Vector2* value)
65
{
66
ReadFloat(&value->x);
67
ReadFloat(&value->y);
68
69
return true;
70
}
71
72
bool BaseStream::ReadVector3(Vector3* value)
73
{
Callers
nothing calls this directly
Calls
1
ReadFloat
Function · 0.85
Tested by
no test coverage detected