Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xVec3Length2
Function
xVec3Length2
src/SB/Core/x/xCollide.cpp:2548–2551 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2546
}
2547
2548
void xMat4x3OrthoInv(xMat4x3* a, const xMat4x3* b)
2549
{
2550
xVec3 vec;
2551
xMat3x3Transpose(a, b);
2552
xMat3x3RMulVec(&vec, a, &b->pos);
2553
xVec3Inv(&a->pos, &vec);
2554
}
Callers
15
VelSet
Method · 0.85
CheckPlayer
Method · 0.85
idleCB
Function · 0.85
tauntCB
Function · 0.85
elbowDropCB
Function · 0.85
getUpCB
Function · 0.85
Process
Method · 0.85
PlayerInSpot
Method · 0.85
InputInfo
Method · 0.85
zNPCTiki_ExplodeFX
Function · 0.85
Process
Method · 0.85
FindParents
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected