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

Method ReadVector4

TombEngine/Specific/IO/Streams.cpp:81–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81bool BaseStream::ReadVector4(Vector4* value)
82{
83 ReadFloat(&value->x);
84 ReadFloat(&value->y);
85 ReadFloat(&value->z);
86 ReadFloat(&value->w);
87
88 return true;
89}
90
91bool BaseStream::ReadQuaternion(Quaternion* value)
92{

Callers

nothing calls this directly

Calls 1

ReadFloatFunction · 0.85

Tested by

no test coverage detected