示例#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();
 }