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

Function xVec2Init

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

Source from the content-addressed store, hash-verified

735}
736
737void xVec2Init(xVec2* v, F32 _x, F32 _y)
738{
739 v->x = _x;
740 v->y = _y;
741}

Callers 2

xParEmitterEmitCircleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected