| 132 | static Matrix RotateY(float angle) { return ::MatrixRotateY(angle); } |
| 133 | |
| 134 | static Matrix RotateZ(float angle) { return ::MatrixRotateZ(angle); } |
| 135 | |
| 136 | static Matrix Scale(float x, float y, float z) { return ::MatrixScale(x, y, z); } |
| 137 |
nothing calls this directly
no outgoing calls
no test coverage detected