Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
732
F32 xVec2Dot(const xVec2* a, const xVec2* b)
733
{
734
return a->x * b->x + a->y * b->y;
735
}
736
737
void xVec2Init(xVec2* v, F32 _x, F32 _y)
738
{
Callers
3
xVec2Length2
Function · 0.85
xParEmitterEmitCircleEdge
Function · 0.85
xParEmitterEmitCircle
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected