Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xVec3AddTo
Function
xVec3AddTo
src/SB/Core/x/xCamera.cpp:1756–1761 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1754
#endif
1755
1756
void xVec3AddTo(xVec3* o, const xVec3* v)
1757
{
1758
o->x += v->x;
1759
o->y += v->y;
1760
o->z += v->z;
1761
}
1762
1763
xVec3& xVec3::invert()
1764
{
Callers
15
CalcMagnetizeInfo
Method · 0.85
GetBonePos
Function · 0.85
PlayerInSpot
Method · 0.85
InputInfo
Method · 0.85
Process
Method · 0.85
zEntPlayer_PredictPos
Function · 0.85
Upd_CattleProd
Method · 0.85
zEGenerator_TurnOn
Function · 0.85
InitBounds
Method · 0.85
zLasso_InterpToGuide
Function · 0.85
fizzicalHonda
Function · 0.85
nonfizzicalHonda
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected