Пример #1
0
Файл: Box.java Проект: RMMJR/g3m
 public final BoundingVolume mergedWithSphere(Sphere that) {
   return that.mergedWithBox(this);
 }