checkpoint
[anneal.git] / src / edu / berkeley / qfat / geom / HasBoundingBox.java
index 3c239fe..44348a3 100644 (file)
@@ -1,6 +1,7 @@
 package edu.berkeley.qfat.geom;
 import javax.media.opengl.*;
 
+/** objects which have a bounding region in 3-space */
 public interface HasBoundingBox {
     public float getMaxX();
     public float getMinX();