Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ FromVector4
Function
FromVector4
TombEngine/Game/savegame.cpp:128–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
}
127
128
static Save::Vector4 FromVector4(const Vector4& vec)
129
{
130
return Save::Vector4(vec.x, vec.y, vec.z, vec.w);
131
}
132
133
static Save::GameVector FromGameVector(const GameVector& vec)
134
{
Callers
1
Build
Method · 0.85
Calls
1
Vector4
Function · 0.50
Tested by
no test coverage detected