MCPcopy 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
434F32 xVec3::length2() const
435{
436 return this->x * this->x + this->y * this->y + this->z * this->z;
437}
438
439xVec3 xVec3::operator*(F32 f) const
440{

Callers 15

lengthMethod · 0.95
update_playerFunction · 0.45
updateMethod · 0.45
hazard_checkMethod · 0.45
collideMethod · 0.45
startMethod · 0.45
find_drop_offFunction · 0.45
find_nearest_hookFunction · 0.45
detach_updateMethod · 0.45
xSphereHitsSphereFunction · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected