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