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

Function xMat3x3ScaleC

src/SB/Core/x/xMath3.cpp:364–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364void xMat3x3ScaleC(xMat3x3* m, F32 x, F32 y, F32 z)
365{
366 xVec3Init((xVec3*)m, x, 0.0f, 0.0f);
367 xVec3Init(&m->up, 0.0f, y, 0.0f);
368 xVec3Init(&m->at, 0.0f, 0.0f, z);
369 m->flags = 0;
370}
371
372void xMat3x3RMulRotY(xMat3x3* o, const xMat3x3* m, F32 t)
373{

Callers 2

render_modelFunction · 0.85
xMat3x3ScaleFunction · 0.85

Calls 1

xVec3InitFunction · 0.85

Tested by

no test coverage detected