Esempio n. 1
0
File: Box.java Progetto: RMMJR/g3m
 public final boolean fullContainedInSphere(Sphere that) {
   return that.contains(_lower) && that.contains(_upper);
 }