MCPcopy 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
1725F32 xVec3Length(const xVec3* v)
1726{
1727 return xsqrt(SQR(v->x) + SQR(v->y) + SQR(v->z));
1728}
1729
1730void xVec3Sub(xVec3* o, const xVec3* a, const xVec3* b)
1731{

Callers 15

ResetMethod · 0.85
FlankPlayerMethod · 0.85
GetInArenaMethod · 0.85
MoveEvadeMethod · 0.85
SonarHomingMethod · 0.85
CirclePlayerMethod · 0.85
ZoomMoveMethod · 0.85
ProcessMethod · 0.85
DuckStackInterpInitMethod · 0.85
SpatulaGrabCBFunction · 0.85
BoulderRollCBFunction · 0.85

Calls 1

xsqrtFunction · 0.85

Tested by

no test coverage detected