MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xVec3Sub

Function xVec3Sub

src/SB/Core/x/xCamera.cpp:1730–1735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1728}
1729
1730void xVec3Sub(xVec3* o, const xVec3* a, const xVec3* b)
1731{
1732 o->x = a->x - b->x;
1733 o->y = a->y - b->y;
1734 o->z = a->z - b->z;
1735}
1736
1737void xVec3Inv(xVec3* o, const xVec3* v)
1738{

Callers 15

zEntTriggerInitFunction · 0.85
zRumbleStartEntDistanceFunction · 0.85
CheckPlayerMethod · 0.85
ResetMethod · 0.85
idleCBFunction · 0.85
tauntCBFunction · 0.85
elbowDropCBFunction · 0.85
getUpCBFunction · 0.85
runToRopeCBFunction · 0.85
ProcessMethod · 0.85
IsSPLZClearMethod · 0.85
ProcessMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected