Files
blender/source
Campbell Barton d6f9ba76a5 KDTree: add BLI_kdtree_range_search_cb
This performs a range search on the kdtree, running a callback instead of allocating an array.

Allows the caller to perform extra checks in the case of overlap,
avoids redundant array allocations, since caller can handle matches.
2015-11-18 10:51:54 +11:00
..
2015-10-08 10:09:58 +02:00
2015-11-12 18:54:26 +11:00