Click or drag to resize

QuadtreeTRetrieve Method

Overload List
  NameDescription
Public methodRetrieve(Rect)
Retrieves all potential matches for the given Rect. Careful, this method creates a new HashSetT. You might want to use Retrieve(Rect, HashSetT) instead if you call this often.
Public methodRetrieve(Rect, HashSetT)
Retrieves all potential matches for the given Rect and adds them to results.
Top
See Also