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