MCPcopy 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
102void iSphereInitBoundVec(xSphere* s, const xVec3* v)
103{
104 xVec3Copy(&s->center, v);
105
106 s->r = 0.00001f;
107}
108
109void iSphereBoundVec(xSphere* o, const xSphere* s, const xVec3* v)
110{

Callers 1

iSphereForModelFunction · 0.85

Calls 1

xVec3CopyFunction · 0.85

Tested by

no test coverage detected