Exemple #1
0
 public bool Intersects(AxisAlignedBox box)
 {
     return(box.Intersects(this));
 }
Exemple #2
0
 public PlaneIntersectionType Intersects(AxisAlignedBox box)
 {
     return(box.Intersects(this));
 }