Пример #1
0
Файл: Box.java Проект: RMMJR/g3m
 public final boolean fullContainedInSphere(Sphere that) {
   return that.contains(_lower) && that.contains(_upper);
 }