(float tx, float ty, float tz)
| 483 | // MATRIX TRANSFORMATIONS |
| 484 | |
| 485 | @Override |
| 486 | public void translate(float tx, float ty, float tz) { |
| 487 | showDepthWarningXYZ("translate"); |
| 488 | } |
| 489 | |
| 490 | @Override |
| 491 | public void rotateX(float angle) { |
nothing calls this directly
no test coverage detected