MCPcopy 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
489void stMTXRotRad(Mtx matrix, char axis, float x)
490{
491 stMTXRotS16(matrix, axis, x * 10435.0f);
492}
493
494void stRandom::createAllRandom()
495{

Callers

nothing calls this directly

Calls 1

stMTXRotS16Function · 0.85

Tested by

no test coverage detected