yieldTo

fun yieldTo(intervals: BVHRect, yield_leaf: (node: BVH.Node<T>) -> Unit, yield_node: (node: BVH.Node<T>) -> Unit, root: BVH.Node<T> = this.root, comparators: BVH.Comparators = Comparators)