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

Function xVec3Add

src/SB/Core/x/xBound.cpp:418–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418void xVec3Add(xVec3* o, const xVec3* a, const xVec3* b)
419{
420 o->x = a->x + b->x;
421 o->y = a->y + b->y;
422 o->z = a->z + b->z;
423}
424
425xVec3& xVec3::assign(F32 x, F32 y, F32 z)
426{

Callers 15

zEntTriggerInitFunction · 0.85
ResetMethod · 0.85
StreakUpdateMethod · 0.85
zEntButton_MoveFunction · 0.85
ResetMethod · 0.85
InitMethod · 0.85
ProcessMethod · 0.85
WallJumpCallbackFunction · 0.85
zEntPlayer_SpringboardFXFunction · 0.85
InitBoundsMethod · 0.85
zSurfaceUpdateFunction · 0.85
lightningTweakStartFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected