Normand Briere
2019-08-12 8f1afe25ea8fc8801aab66331c32a50859a758c2
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)