MCPcopy 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
128static Save::Vector4 FromVector4(const Vector4& vec)
129{
130 return Save::Vector4(vec.x, vec.y, vec.z, vec.w);
131}
132
133static Save::GameVector FromGameVector(const GameVector& vec)
134{

Callers 1

BuildMethod · 0.85

Calls 1

Vector4Function · 0.50

Tested by

no test coverage detected