(int oy)
| 2529 | |
| 2530 | protected int screenX(int ox) {return screenXD(ox);} |
| 2531 | protected int screenY(int oy) {return screenYD(oy);} |
| 2532 | |
| 2533 | /** Converts a float array to an int array using truncation. */ |
| 2534 | public static int[] toInt(float[] arr) { |
no test coverage detected