MCPcopy 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
271void xMat3x3Euler(xMat3x3* m, const xVec3* ypr)
272{
273 xMat3x3Euler(m, ypr->x, ypr->y, ypr->z);
274}
275
276void xMat3x3Euler(xMat3x3* m, F32 yaw, F32 pitch, F32 roll)
277{

Callers 15

InitMethod · 0.85
RotSetMethod · 0.85
zEntTriggerInitFunction · 0.85
render_modelFunction · 0.85
startMethod · 0.85
moveMethod · 0.85
collideMethod · 0.85
HangableSetupFunction · 0.85
zSceneSwitchFunction · 0.85
zPlatform_UpdateFunction · 0.85
refresh_modelFunction · 0.85

Calls 2

isinFunction · 0.85
icosFunction · 0.85

Tested by

no test coverage detected