MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xVec3LengthFast

Function xVec3LengthFast

src/SB/Core/x/xParCmd.cpp:782–787  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

780}
781
782WEAK F32 xVec3LengthFast(F32 x, F32 y, F32 z)
783{
784 F32 len;
785 xsqrtfast(len, SQR(x) + SQR(y) + SQR(z));
786 return len;
787}

Callers 5

zFrag_ProjectileManagerFunction · 0.85
xParCmdFollow_UpdateFunction · 0.85
xParCmdOrbitPoint_UpdateFunction · 0.85
xParCmdOrbitLine_UpdateFunction · 0.85
xEntBoulder_UpdateFunction · 0.85

Calls 1

xsqrtfastFunction · 0.85

Tested by

no test coverage detected