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

Function xVec3Init

src/SB/Core/x/xClimate.cpp:184–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184void xVec3Init(xVec3* vec, F32 x, F32 y, F32 z)
185{
186 vec->x = x;
187 vec->y = y;
188 vec->z = z;
189}
190
191void xMat3x3Identity(xMat3x3* matrix)
192{

Callers 15

ResetMethod · 0.85
InitFXMethod · 0.85
EnterMethod · 0.85
FindParentsMethod · 0.85
RemoveFromFamilyMethod · 0.85
loveyFloatFunction · 0.85
PatrickGrabCBFunction · 0.85
LassoDestroyCBFunction · 0.85
RenderMethod · 0.85
zLightningInitFunction · 0.85
zLightningAddFunction · 0.85
zLightningUpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected