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

Method get_abs

src/SB/Core/x/xCollide.cpp:2634–2638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2632 return *this;
2633}
2634
2635F32 xVec3::dot(const xVec3& v) const
2636{
2637 return x * v.x + y * v.y + z * v.z;
2638}
2639
2640xVec3& xVec3::normalize()
2641{

Callers 2

xCollideCalcTriFunction · 0.80
xOBBHitsOBBFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected