MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / ToVector3i

Function ToVector3i

TombEngine/Game/savegame.cpp:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158static Vector3i ToVector3i(const Save::Vector3* vec)
159{
160 return Vector3i((int)round(vec->x()), (int)round(vec->y()), (int)round(vec->z()));
161}
162
163static Vector3 ToVector3(const Save::Vector3* vec)
164{

Callers 3

ToPoseFunction · 0.85
ParsePlayerFunction · 0.85
ParseEffectsFunction · 0.85

Calls 1

Vector3iClass · 0.70

Tested by

no test coverage detected