Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ stMTXRotDeg
Function
stMTXRotDeg
src/Sato/stMath.cpp:484–487 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
482
}
483
484
void stMTXRotDeg(Mtx matrix, char axis, float x)
485
{
486
stMTXRotS16(matrix, axis, x * 182.0f);
487
}
488
489
void stMTXRotRad(Mtx matrix, char axis, float x)
490
{
Callers
1
calc
Method · 0.85
Calls
1
stMTXRotS16
Function · 0.85
Tested by
no test coverage detected