Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ length2
Method
length2
src/SB/Core/x/xCollide.cpp:2695–2698 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2693
2694
xVec2& xVec2::operator-=(const xVec2& v)
2695
{
2696
x -= v.x;
2697
y -= v.y;
2698
return *this;
2699
}
Callers
6
xSphereHitsModel
Function · 0.45
xCollideCalcTri
Function · 0.45
xCollisTriHit
Function · 0.45
xSphereHitsVCylinder
Function · 0.45
xSphereHitsVCircle
Function · 0.45
xSphereHitsCapsule
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected