MCPcopy Create free account
hub / github.com/doldecomp/mkdd / stMTXRotS16

Function stMTXRotS16

src/Sato/stMath.cpp:477–482  ·  view source on GitHub ↗

Unused

Source from the content-addressed store, hash-verified

475
476// Unused
477void stMTXRotS16(Mtx matrix, char axis, short v)
478{
479 float sin = JMASinShort(v);
480 float cos = JMACosShort(v);
481 PSMTXRotTrig(matrix, axis, sin, cos);
482}
483
484void stMTXRotDeg(Mtx matrix, char axis, float x)
485{

Callers 2

stMTXRotDegFunction · 0.85
stMTXRotRadFunction · 0.85

Calls 2

JMASinShortFunction · 0.85
JMACosShortFunction · 0.85

Tested by

no test coverage detected