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().
Optional worldThe world to search for collision pairs in. To change it, use .setWorld()
Static AABBAxis aligned bounding box type.
Static BOUNDING_Bounding circle type.
Static NAIVENaive Broadphase
Static SAPSAP Broadphase
Set the world that we are searching for collision pairs in.
Static aabbStatic boundingStatic can
Naive broadphase implementation. Does N^2 tests.