Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2635
F32 xVec3::dot(const xVec3& v) const
2636
{
2637
return x * v.x + y * v.y + z * v.z;
2638
}
2639
2640
xVec3& xVec3::normalize()
2641
{
Callers
2
xCollideCalcTri
Function · 0.80
xOBBHitsOBB
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected