Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ stMTXRotRad
Function
stMTXRotRad
src/Sato/stMath.cpp:489–492 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
487
}
488
489
void stMTXRotRad(Mtx matrix, char axis, float x)
490
{
491
stMTXRotS16(matrix, axis, x * 10435.0f);
492
}
493
494
void stRandom::createAllRandom()
495
{
Callers
nothing calls this directly
Calls
1
stMTXRotS16
Function · 0.85
Tested by
no test coverage detected