lua.wetgenes.chipmunk.space.query_bounding_box
array = space:query_bounding_box(lx,ly,hx,hy,group,categories,mask)
Find the shapes that are within this bounding box (lx,ly) to (hx,hy). Use group,categories and mask to filter the results.
Returns an array of shapes.