Exemplo n.º 1
0
Arquivo: Box.java Projeto: RMMJR/g3m
 public final BoundingVolume mergedWithSphere(Sphere that) {
   return that.mergedWithBox(this);
 }