Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xMat3x3Euler
Function
xMat3x3Euler
src/SB/Core/x/xMath3.cpp:271–274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
269
}
270
271
void xMat3x3Euler(xMat3x3* m, const xVec3* ypr)
272
{
273
xMat3x3Euler(m, ypr->x, ypr->y, ypr->z);
274
}
275
276
void xMat3x3Euler(xMat3x3* m, F32 yaw, F32 pitch, F32 roll)
277
{
Callers
15
Init
Method · 0.85
RotSet
Method · 0.85
zEntTriggerInit
Function · 0.85
zEntPlayer_LoadCheckPoint
Function · 0.85
render_model
Function · 0.85
start
Method · 0.85
move
Method · 0.85
collide
Method · 0.85
HangableSetup
Function · 0.85
zSceneSwitch
Function · 0.85
zPlatform_Update
Function · 0.85
refresh_model
Function · 0.85
Calls
2
isin
Function · 0.85
icos
Function · 0.85
Tested by
no test coverage detected