collides

Checks if there are any items in the tree that intersect with the given bounding box. This is a faster alternative to search if you only need to know if an intersection exists, as it returns as soon as the first overlapping item is found.

Return

true if any item in the tree intersects with the bbox, false otherwise.

Parameters

bbox

The bounding box to check for collisions.