add(obj: GameObj ): void
Add the object and its edges to the list
paramobj- The object to add
remove(obj: GameObj ): void
Remove the object and its edges from the list
paramobj- The object to remove
iterPairs(pairCb: (obj1: GameObj , obj2: GameObj )=>void ): void
Iterates all object pairs which potentially collide