Abstract
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
Abstract
aabbAbstract
getSet the world that we are searching for collision pairs in.
Static
aabbStatic
boundingStatic
can
Base class for broadphase implementations. Don't use this class directly.