public BoundingType sphere_intersects_cell(Sphere sphere) { return(CellBSP.sphere_intersects_cell_bsp(sphere)); }