Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xVec3LengthFast
Function
xVec3LengthFast
src/SB/Core/x/xParCmd.cpp:782–787 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
780
}
781
782
WEAK F32 xVec3LengthFast(F32 x, F32 y, F32 z)
783
{
784
F32 len;
785
xsqrtfast(len, SQR(x) + SQR(y) + SQR(z));
786
return len;
787
}
Callers
5
zFrag_ProjectileManager
Function · 0.85
xParCmdFollow_Update
Function · 0.85
xParCmdOrbitPoint_Update
Function · 0.85
xParCmdOrbitLine_Update
Function · 0.85
xEntBoulder_Update
Function · 0.85
Calls
1
xsqrtfast
Function · 0.85
Tested by
no test coverage detected