MCPcopy 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
2694xVec2& xVec2::operator-=(const xVec2& v)
2695{
2696 x -= v.x;
2697 y -= v.y;
2698 return *this;
2699}

Callers 6

xSphereHitsModelFunction · 0.45
xCollideCalcTriFunction · 0.45
xCollisTriHitFunction · 0.45
xSphereHitsVCylinderFunction · 0.45
xSphereHitsVCircleFunction · 0.45
xSphereHitsCapsuleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected