Delegate STree<TBound, TItem>.CollectIntersectionsFn
- Namespace
- Elegy.Common.SpatialCollections
- Assembly
- Elegy.Common.dll
If two or more intersections occur within the node's children, resolve them.
public delegate bool STree<TBound, TItem>.CollectIntersectionsFn(in STreeNode<TBound, TItem> parentNode, in TItem item, out int[] hits)
Parameters
parentNodeSTreeNode<TBound, TItem>- If two or more intersections occur within the node's children, resolve them.
itemTItem- If two or more intersections occur within the node's children, resolve them.
hitsint[]- If two or more intersections occur within the node's children, resolve them.
Returns
- bool
True on successful resolution, false if there were no usable intersections at all.