Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ iSphereInitBoundVec
Function
iSphereInitBoundVec
src/SB/Core/gc/iMath3.cpp:102–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
void iSphereInitBoundVec(xSphere* s, const xVec3* v)
103
{
104
xVec3Copy(&s->center, v);
105
106
s->r = 0.00001f;
107
}
108
109
void iSphereBoundVec(xSphere* o, const xSphere* s, const xVec3* v)
110
{
Callers
1
iSphereForModel
Function · 0.85
Calls
1
xVec3Copy
Function · 0.85
Tested by
no test coverage detected