Delegate STree<TBound, TItem>.ShouldSubdivideFn

Namespace
Elegy.Common.SpatialCollections
Assembly
Elegy.Common.dll

With these elements loaded, should this node subdivide any further?

public delegate bool STree<TBound, TItem>.ShouldSubdivideFn(in STreeNode<TBound, TItem> node)

Parameters

node STreeNode<TBound, TItem>
With these elements loaded, should this node subdivide any further?

Returns

bool
With these elements loaded, should this node subdivide any further?