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

parentNode STreeNode<TBound, TItem>
If two or more intersections occur within the node's children, resolve them.
item TItem
If two or more intersections occur within the node's children, resolve them.
hits int[]
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.