K-d tree: Difference between revisions

8 bytes removed ,  10 years ago
Undo revision 183439 by Ideasman42documentation prefers the string form.
(Undo revision 183437 by Ideasman42 this is what itemgetter is specifically for.)
(Undo revision 183439 by Ideasman42documentation prefers the string form.)
Line 1,014:
self.bounds = bounds
 
T3 = namedtuple("T3", ("nearest", "dist_sqd", "nodes_visited"))
 
 
Anonymous user