Quad |
The QuadTreeTItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | BottomLeftChild | The bottom left child of this node of the quad tree (or null if it not exists). |
![]() | BottomRightChild | The bottom right child of this node of the quad tree (or null if it not exists). |
![]() | Boundaries | The rectangular area that is covered by this node of the quad tree. |
![]() | Count | Total number of items in this quad tree, including the items in its children. |
![]() | ItemsAtThisLevel | The items contained in this node of the quad tree (i.e. without (!) the items in the child nodes). |
![]() | TopLeftChild | The top left child of this node of the quad tree (or null if it not exists). |
![]() | TopRightChild | The top right child of this node of the quad tree (or null if it not exists). |