Beispiel #1
0
 // Finds if the cylinder collides with the box
 public bool intersects(ref BVBox collider)
 {
     return collider.intersects(this);
 }