Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xMat4x3Copy
Function
xMat4x3Copy
src/SB/Core/x/xCamera.cpp:1684–1687 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1682
}
1683
1684
void xMat4x3Copy(xMat4x3* o, const xMat4x3* m)
1685
{
1686
memcpy(o, m, sizeof(xMat4x3));
1687
}
1688
1689
void xQuatConj(xQuat* o, const xQuat* q)
1690
{
Callers
15
InitFX
Method · 0.85
PlayerAbsControl
Function · 0.85
Render
Method · 0.85
zEntPickup_DoPickup
Function · 0.85
SB1Dummy_UpdateFunc
Function · 0.85
zShrapnel_CinematicInit
Function · 0.85
zFragLoc_InitDir
Function · 0.85
zPlatform_Update
Function · 0.85
RenderFrozenPlayer
Method · 0.85
xCameraFXBegin
Function · 0.85
xCameraFXEnd
Function · 0.85
xMat4x3Identity
Function · 0.85
Calls
1
memcpy
Function · 0.85
Tested by
no test coverage detected