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

Function xMat3x3MulRotC

src/SB/Game/zEntPickup.cpp:1652–1657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1650}
1651
1652WEAK void xMat3x3MulRotC(xMat3x3* o, xMat3x3* m, F32 _x, F32 _y, F32 _z, F32 t)
1653{
1654 xMat3x3 var_38;
1655 xMat3x3RotC(&var_38, _x, _y, _z, t);
1656 xMat3x3Mul(o, m, &var_38);
1657}

Callers

nothing calls this directly

Calls 2

xMat3x3RotCFunction · 0.50
xMat3x3MulFunction · 0.50

Tested by

no test coverage detected