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
Set the world that we are searching for collision pairs in.
Naive broadphase implementation. Does N^2 tests.