| 126 | static Matrix Rotate(Vector3 axis, float angle) { return ::MatrixRotate(axis, angle); } |
| 127 | |
| 128 | static Matrix RotateXYZ(Vector3 angle) { return ::MatrixRotateXYZ(angle); } |
| 129 | |
| 130 | static Matrix RotateX(float angle) { return ::MatrixRotateX(angle); } |
| 131 |
nothing calls this directly
no outgoing calls
no test coverage detected