Show / Hide Table of Contents

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX