Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
184
void xVec3Init(xVec3* vec, F32 x, F32 y, F32 z)
185
{
186
vec->x = x;
187
vec->y = y;
188
vec->z = z;
189
}
190
191
void xMat3x3Identity(xMat3x3* matrix)
192
{
Callers
15
Reset
Method · 0.85
InitFX
Method · 0.85
Enter
Method · 0.85
FindParents
Method · 0.85
RemoveFromFamily
Method · 0.85
loveyFloat
Function · 0.85
PatrickGrabCB
Function · 0.85
LassoDestroyCB
Function · 0.85
Render
Method · 0.85
zLightningInit
Function · 0.85
zLightningAdd
Function · 0.85
zLightningUpdate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected