| 128 | static Matrix RotateXYZ(Vector3 angle) { return ::MatrixRotateXYZ(angle); } |
| 129 | |
| 130 | static Matrix RotateX(float angle) { return ::MatrixRotateX(angle); } |
| 131 | |
| 132 | static Matrix RotateY(float angle) { return ::MatrixRotateY(angle); } |
| 133 |
nothing calls this directly
no outgoing calls
no test coverage detected