Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
712
void iBoxInitBoundVec(xBox* b, const xVec3* v)
713
{
714
xVec3Copy(&b->lower, v);
715
xVec3Copy(&b->upper, v);
716
}
717
718
void iBoxBoundVec(xBox* o, const xBox* b, const xVec3* v)
719
{
Callers
2
iBoxForModelLocal
Function · 0.85
xEntInit
Function · 0.85
Calls
1
xVec3Copy
Function · 0.85
Tested by
no test coverage detected