コード例 #1
0
 public Bnd_OBB(Bnd_OBB parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public bool IsCompletelyInside(Bnd_OBB theOther)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public void Add(Bnd_OBB theOther)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public bool IsOut(Bnd_OBB theOther)
 {
     throw new NotImplementedException();
 }