[][src]Module dinotree_alg::intersect_with

Allows user to intersect the tree with a seperate group of bots.

Functions

intersect_with_mut

Find all intersecting pairs between the elements in this dinotree, and the specified elements. No intersecting pairs within each group are looked for, only those between the two groups. For best performance the group that this tree is built around should be the bigger of the two groups. Since the dividers of the tree are used to divide and conquer the problem. If the other group is bigger, consider building the DinoTree around that group instead, and leave this group has a list of bots.