コード例 #1
0
ファイル: Box.java プロジェクト: RMMJR/g3m
 public final boolean fullContains(BoundingVolume that) {
   return that.fullContainedInBox(this);
 }