ALGO: expose lookupByNeighbors in QuadTree

This commit is contained in:
hasufell 2014-11-15 16:04:31 +01:00
parent e0a1c6ebba
commit 26337d437e
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ module Algorithms.QuadTree.QuadTree
getSquareByZipper,
rootNode,
quadTreeToRoseTree,
lookupByNeighbors,
Orient(North,East,West,South),
Quad(NW,NE,SW,SE),
QuadTree,