ALGO: expose lookupByNeighbors in QuadTree
This commit is contained in:
parent
e0a1c6ebba
commit
26337d437e
@ -9,6 +9,7 @@ module Algorithms.QuadTree.QuadTree
|
||||
getSquareByZipper,
|
||||
rootNode,
|
||||
quadTreeToRoseTree,
|
||||
lookupByNeighbors,
|
||||
Orient(North,East,West,South),
|
||||
Quad(NW,NE,SW,SE),
|
||||
QuadTree,
|
||||
|
Loading…
Reference in New Issue
Block a user