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