.. | .. |
---|
12 | 12 | ClickInfo() |
---|
13 | 13 | { |
---|
14 | 14 | bounds = new Rectangle(); |
---|
15 | | - System.out.println("CLICKINFO"); |
---|
| 15 | + //System.out.println("CLICKINFO"); |
---|
16 | 16 | } |
---|
17 | 17 | |
---|
18 | 18 | static final int kCamera = 1; |
---|
.. | .. |
---|
24 | 24 | int flags; |
---|
25 | 25 | Rectangle bounds; |
---|
26 | 26 | Camera camera; |
---|
27 | | - double toScreen[][]; |
---|
| 27 | + double[][] toScreen; |
---|
28 | 28 | iCameraPane pane; |
---|
29 | 29 | Graphics g; |
---|
30 | 30 | int DX, DY; |
---|
.. | .. |
---|
32 | 32 | |
---|
33 | 33 | double scale; // Distance from clicked point to origin |
---|
34 | 34 | |
---|
35 | | - static double matbuffer[][] = new double[4][4]; |
---|
| 35 | + static double[][] matbuffer = new double[4][4]; |
---|
36 | 36 | } |
---|