ALGO: export constructors and Zipper in RangeSearch
This commit is contained in:
parent
af2e1b59cd
commit
76afaae38e
@ -8,9 +8,10 @@ module Algorithms.RangeSearch.Core
|
|||||||
lookupByPath',
|
lookupByPath',
|
||||||
rootNode,
|
rootNode,
|
||||||
testArr,
|
testArr,
|
||||||
Orient,
|
Orient(North,East,West,South),
|
||||||
Quad,
|
Quad(NW,NE,SW,SE),
|
||||||
QuadTree)
|
QuadTree,
|
||||||
|
Zipper)
|
||||||
where
|
where
|
||||||
|
|
||||||
import Algebra.VectorTypes
|
import Algebra.VectorTypes
|
||||||
|
Loading…
Reference in New Issue
Block a user