Function AABBTree.Query

Query (Bounds bounds, List<T> buffer)

Queries the tree for all objects that touch the specified bounds.

Public
void Query (

Bounds

bounds

Bounding box to search within

List<T>

buffer

The results will be added to the buffer

)

Queries the tree for all objects that touch the specified bounds.