Delegate OctTree<T>.SplitTestFunction
Constructs an octtree providing an initial size and a precision
Namespace: CADability
Assembly: CADability.dll
Syntax
public delegate bool SplitTestFunction(OctTree<T>.Node<T> node, T objectToAdd);
Parameters
| Type | Name | Description |
|---|---|---|
| OctTree.Node<T> | node | |
| T | objectToAdd |
Returns
| Type | Description |
|---|---|
| System.Boolean |