Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ length2
Method
length2
src/SB/Core/x/xBound.cpp:434–437 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
432
}
433
434
F32 xVec3::length2() const
435
{
436
return this->x * this->x + this->y * this->y + this->z * this->z;
437
}
438
439
xVec3 xVec3::operator*(F32 f) const
440
{
Callers
15
length
Method · 0.95
zEntPlayer_UpdateVelocityBlur
Function · 0.45
update_player
Function · 0.45
update
Method · 0.45
hazard_check
Method · 0.45
collide
Method · 0.45
start
Method · 0.45
find_drop_off
Function · 0.45
find_nearest_hook
Function · 0.45
detach_update
Method · 0.45
xSphereHitsSphere
Function · 0.45
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected