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

Function xMat4x3Rot

src/SB/Game/zLasso.cpp:438–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436}
437
438void xMat4x3Rot(xMat4x3* m, const xVec3* v, F32 f)
439{
440 xMat4x3RotC(m, v->x, v->y, v->z, f);
441}
442
443static void initVertMap(zLassoGuide* guide)
444{

Callers 1

vec2vecMatFunction · 0.70

Calls 1

xMat4x3RotCFunction · 0.85

Tested by

no test coverage detected