checkpoint
[anneal.git] / src / edu / berkeley / qfat / geom / HasPoint.java
index e4e6d9e..200dab8 100644 (file)
@@ -10,4 +10,5 @@ public abstract class HasPoint implements HasBoundingBox {
     public float getMinY() { return getPoint().getMinY(); }
     public float getMaxZ() { return getPoint().getMaxZ(); }
     public float getMinZ() { return getPoint().getMinZ(); }
+    public String toString() { return getPoint().toString(); }
 }