Delegate STree<TBound, TItem>.IsInBoundFn
- Namespace
- Elegy.Common.SpatialCollections
- Assembly
- Elegy.Common.dll
Does the item intersect the bound?
public delegate bool STree<TBound, TItem>.IsInBoundFn(in TItem item, in TBound bound)
Parameters
item
TItem- Does the item intersect the bound?
bound
TBound- Does the item intersect the bound?
Returns
- bool
- Does the item intersect the bound?