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

Function xMat3x3Scale

src/SB/Game/zUI.cpp:1986–1989  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1984}
1985
1986WEAK void xMat3x3Scale(xMat3x3* m, const xVec3* s)
1987{
1988 xMat3x3ScaleC(m, s->x, s->y, s->z);
1989}

Callers 1

refresh_modelFunction · 0.85

Calls 1

xMat3x3ScaleCFunction · 0.85

Tested by

no test coverage detected