MCPcopy 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
2606xVec3 xVec3::operator+(const xVec3& v) const
2607{
2608 xVec3 vec = *this;
2609 vec += v;
2610 return vec;

Callers 4

iSphereHitsModel3Function · 0.85
iRayHitsModelFunction · 0.85
xSphereHitsModelFunction · 0.85
SweptSphereHitsEntCBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected