List of bodies currently in the broadphase.
The bounding volume type to use in the broadphase algorithms. Should be set to Broadphase.AABB or Broadphase.BOUNDING_CIRCLE.
The resulting overlapping pairs. Will be filled with results during .getCollisionPairs().
The world to search for collision pairs in. To change it, use .setWorld()
Axis aligned bounding box type.
Bounding circle type.
Naive Broadphase
SAP Broadphase
Change the world
Sweep and prune broadphase along one axis.