MCPcopy 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
1756void xVec3AddTo(xVec3* o, const xVec3* v)
1757{
1758 o->x += v->x;
1759 o->y += v->y;
1760 o->z += v->z;
1761}
1762
1763xVec3& xVec3::invert()
1764{

Callers 15

CalcMagnetizeInfoMethod · 0.85
GetBonePosFunction · 0.85
PlayerInSpotMethod · 0.85
InputInfoMethod · 0.85
ProcessMethod · 0.85
zEntPlayer_PredictPosFunction · 0.85
Upd_CattleProdMethod · 0.85
zEGenerator_TurnOnFunction · 0.85
InitBoundsMethod · 0.85
zLasso_InterpToGuideFunction · 0.85
fizzicalHondaFunction · 0.85
nonfizzicalHondaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected