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

Method ReadVector3

TombEngine/Specific/IO/Streams.cpp:72–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72bool BaseStream::ReadVector3(Vector3* value)
73{
74 ReadFloat(&value->x);
75 ReadFloat(&value->y);
76 ReadFloat(&value->z);
77
78 return true;
79}
80
81bool BaseStream::ReadVector4(Vector4* value)
82{

Callers

nothing calls this directly

Calls 1

ReadFloatFunction · 0.85

Tested by

no test coverage detected