Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xVec3Length
Function
xVec3Length
src/SB/Core/x/xCamera.cpp:1725–1728 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1723
}
1724
1725
F32 xVec3Length(const xVec3* v)
1726
{
1727
return xsqrt(SQR(v->x) + SQR(v->y) + SQR(v->z));
1728
}
1729
1730
void xVec3Sub(xVec3* o, const xVec3* a, const xVec3* b)
1731
{
Callers
15
Reset
Method · 0.85
FlankPlayer
Method · 0.85
GetInArena
Method · 0.85
MoveEvade
Method · 0.85
SonarHoming
Method · 0.85
CirclePlayer
Method · 0.85
ZoomMove
Method · 0.85
Process
Method · 0.85
DuckStackInterpInit
Method · 0.85
SpatulaGrabCB
Function · 0.85
BoulderRollCB
Function · 0.85
zEntPlayer_PredictionUpdate
Function · 0.85
Calls
1
xsqrt
Function · 0.85
Tested by
no test coverage detected