Method FindSubCellsToVisit
FindSubCellsToVisit(Cell)
Called when doing a divide & conquer to find the next intersecting cells
of the query shape that are beneath cell
. cell
is
guaranteed to have an intersection and thus this must return some number
of nodes.
Declaration
protected virtual IEnumerator<Cell> FindSubCellsToVisit(Cell cell)
Parameters
Type | Name | Description |
---|---|---|
Cell | cell |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<Cell> |