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

Function xMat3x3Identity

src/SB/Core/x/xClimate.cpp:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void xMat3x3Identity(xMat3x3* matrix)
192{
193 xMat3x3Copy(matrix, &g_I3);
194}
195
196void xMat3x3Copy(xMat3x3* m1, const xMat3x3* m2)
197{

Callers 5

move_wedgieFunction · 0.85
VecFromAngleFunction · 0.85
xClimateVecFromAngleFunction · 0.85
xMat3x3RotCFunction · 0.85
xMat4x3RotFunction · 0.85

Calls 1

xMat3x3CopyFunction · 0.85

Tested by

no test coverage detected