Normand Briere
2019-08-15 33504fc9a180903aace77613264550754fba5706
Box.java
....@@ -1,5 +1,6 @@
11 public class Box extends Object3D implements java.io.Serializable
22 {
3
+ static final long serialVersionUID = 0;
34
45 Box()
56 {
....@@ -78,7 +79,7 @@
7879
7980 void getBounds(cVector min, cVector max, boolean xform)
8081 {
81
- super.getBounds(minima, maxima, xform);
82
+ super.getBounds(min, max, xform);
8283 // july 2014 LA.vecCopy(minima, min);
8384 // LA.vecCopy(maxima, max);
8485 // if (xform)