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

Function xVec2Dot

src/SB/Core/gc/iMath3.cpp:732–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730}
731
732F32 xVec2Dot(const xVec2* a, const xVec2* b)
733{
734 return a->x * b->x + a->y * b->y;
735}
736
737void xVec2Init(xVec2* v, F32 _x, F32 _y)
738{

Callers 3

xVec2Length2Function · 0.85
xParEmitterEmitCircleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected