(float sx, float sy, float sz)
| 521 | } |
| 522 | |
| 523 | @Override |
| 524 | public void scale(float sx, float sy, float sz) { |
| 525 | showDepthWarningXYZ("scale"); |
| 526 | } |
| 527 | |
| 528 | ////////////////////////////////////////////////////////////// |
| 529 |
nothing calls this directly
no test coverage detected