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

Method length

src/SB/Core/x/xBound.cpp:456–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456F32 xVec3::length() const
457{
458 return xsqrt(this->length2());
459}
460
461xVec3 xVec3::operator-(const xVec3& v) const
462{

Callers 13

ExtractAimDirMethod · 0.80
check_lock_targetFunction · 0.80
startMethod · 0.80
updateMethod · 0.80
NCIN_HazProjShootFunction · 0.80
distance_cullMethod · 0.80
start_detachingMethod · 0.80
xPadNormalizeAnalogFunction · 0.80
xCameraFXShakeUpdateFunction · 0.80
updateMethod · 0.80
xMat3x3LookVec3Function · 0.80
emitMethod · 0.80

Calls 2

length2Method · 0.95
xsqrtFunction · 0.85

Tested by

no test coverage detected