MCPcopy 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
484void stMTXRotDeg(Mtx matrix, char axis, float x)
485{
486 stMTXRotS16(matrix, axis, x * 182.0f);
487}
488
489void stMTXRotRad(Mtx matrix, char axis, float x)
490{

Callers 1

calcMethod · 0.85

Calls 1

stMTXRotS16Function · 0.85

Tested by

no test coverage detected