Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xMat4x3RotC
Function
xMat4x3RotC
src/SB/Game/zLasso.cpp:432–436 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
430
}
431
432
void xMat4x3RotC(xMat4x3* m, F32 f1, F32 f2, F32 f3, F32 f4)
433
{
434
xMat3x3RotC(m, f1, f2, f3, f4);
435
xVec3Copy(&m->pos, &g_O3);
436
}
437
438
void xMat4x3Rot(xMat4x3* m, const xVec3* v, F32 f)
439
{
Callers
1
xMat4x3Rot
Function · 0.85
Calls
2
xVec3Copy
Function · 0.85
xMat3x3RotC
Function · 0.50
Tested by
no test coverage detected