Ejemplo n.º 1
0
Archivo: Box.java Proyecto: RMMJR/g3m
 public final boolean fullContainedInSphere(Sphere that) {
   return that.contains(_lower) && that.contains(_upper);
 }