MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / iBoxInitBoundVec

Function iBoxInitBoundVec

src/SB/Core/gc/iMath3.cpp:712–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

710}
711
712void iBoxInitBoundVec(xBox* b, const xVec3* v)
713{
714 xVec3Copy(&b->lower, v);
715 xVec3Copy(&b->upper, v);
716}
717
718void iBoxBoundVec(xBox* o, const xBox* b, const xVec3* v)
719{

Callers 2

iBoxForModelLocalFunction · 0.85
xEntInitFunction · 0.85

Calls 1

xVec3CopyFunction · 0.85

Tested by

no test coverage detected