NaiveBroadphase Class
Naive broadphase implementation. Does N^2 tests.
Constructor
NaiveBroadphase
()
Methods
boundingRadiusCheck
(
Boolean
-
bodyA
-
bodyB
Check whether the bounding radius of two bodies overlap.
Returns:
Boolean:
Properties
result
Array
The resulting overlapping pairs. Will be filled with results during .getCollisionPairs().