Example #1
0
File: Box.java Project: RMMJR/g3m
 public final boolean fullContains(BoundingVolume that) {
   return that.fullContainedInBox(this);
 }