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