예제 #1
0
 public BoundingType sphere_intersects_cell(Sphere sphere)
 {
     return(CellBSP.sphere_intersects_cell_bsp(sphere));
 }