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

Function xVec3Copy

src/SB/Core/x/xVec3.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void xVec3Copy(register xVec3* dst, const register xVec3* src)
89{
90 PSVECCopy(dst, src);
91}
92
93asm F32 xVec3Dot(const register xVec3* a, const register xVec3* b)
94{

Callers 15

ResetMethod · 0.85
InitMethod · 0.85
KillMethod · 0.85
RenderMethod · 0.85
PosSetMethod · 0.85
VelSetMethod · 0.85
ScaleSetMethod · 0.85
VelSet_ShinyMethod · 0.85
TimestepMethod · 0.85
on_change_shockwaveFunction · 0.85
ResetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected