예제 #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();
 }