Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xModelAnimCollRestore
Function
xModelAnimCollRestore
src/SB/Core/x/xCollide.cpp:2605–2607 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2603
}
2604
2605
// Make these into inline definitions somewhere appropriate later
2606
xVec3 xVec3::operator+(const xVec3& v) const
2607
{
2608
xVec3 vec = *this;
2609
vec += v;
2610
return vec;
Callers
4
iSphereHitsModel3
Function · 0.85
iRayHitsModel
Function · 0.85
xSphereHitsModel
Function · 0.85
SweptSphereHitsEntCB
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected