Returns all the bodies within the AABB.
List<Body> aabbQuery(World world,AABB aabb,List<Body> result) { logger?.info('.aabbQuery is not implemented in this Broadphase subclass.'); return []; }