Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ ToVector4
Function
ToVector4
TombEngine/Game/savegame.cpp:168–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
}
167
168
static Vector4 ToVector4(const Save::Vector3* vec)
169
{
170
return Vector4(vec->x(), vec->y(), vec->z(), 1.0f);
171
}
172
173
static Vector4 ToVector4(const Save::Vector4* vec)
174
{
Callers
2
ParseEffects
Function · 0.85
ParseLevel
Function · 0.85
Calls
1
Vector4
Function · 0.50
Tested by
no test coverage detected