Normand Briere
2019-08-06 b3ae4e889872ca0b9ca76f1d17b2f0b961226729
ClickInfo.java
....@@ -12,6 +12,7 @@
1212 ClickInfo()
1313 {
1414 bounds = new Rectangle();
15
+ //System.out.println("CLICKINFO");
1516 }
1617
1718 static final int kCamera = 1;
....@@ -28,6 +29,8 @@
2829 Graphics g;
2930 int DX, DY;
3031 float W = 1;
32
+
33
+ double scale; // Distance from clicked point to origin
3134
3235 static double matbuffer[][] = new double[4][4];
3336 }