| 130 | static Matrix RotateX(float angle) { return ::MatrixRotateX(angle); } |
| 131 | |
| 132 | static Matrix RotateY(float angle) { return ::MatrixRotateY(angle); } |
| 133 | |
| 134 | static Matrix RotateZ(float angle) { return ::MatrixRotateZ(angle); } |
| 135 |
nothing calls this directly
no outgoing calls
no test coverage detected