| 1650 | } |
| 1651 | |
| 1652 | WEAK void xMat3x3MulRotC(xMat3x3* o, xMat3x3* m, F32 _x, F32 _y, F32 _z, F32 t) |
| 1653 | { |
| 1654 | xMat3x3 var_38; |
| 1655 | xMat3x3RotC(&var_38, _x, _y, _z, t); |
| 1656 | xMat3x3Mul(o, m, &var_38); |
| 1657 | } |
nothing calls this directly
no test coverage detected