Unused
| 475 | |
| 476 | // Unused |
| 477 | void 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 | |
| 484 | void stMTXRotDeg(Mtx matrix, char axis, float x) |
| 485 | { |
no test coverage detected