Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xMat3x3Copy
Function
xMat3x3Copy
src/SB/Core/x/xClimate.cpp:196–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
}
195
196
void xMat3x3Copy(xMat3x3* m1, const xMat3x3* m2)
197
{
198
memcpy(m1, m2, sizeof(xMat3x3));
199
}
Callers
8
RotSet
Method · 0.85
Process
Method · 0.85
TypData_RotMatSet
Method · 0.85
zShrapnel_CinematicInit
Function · 0.85
Process
Method · 0.85
xMat3x3Identity
Function · 0.85
xMat3x3Mul
Function · 0.85
xEntEndUpdate
Function · 0.85
Calls
1
memcpy
Function · 0.85
Tested by
no test coverage detected