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',
|
||||
rootNode,
|
||||
testArr,
|
||||
Orient,
|
||||
Quad,
|
||||
QuadTree)
|
||||
Orient(North,East,West,South),
|
||||
Quad(NW,NE,SW,SE),
|
||||
QuadTree,
|
||||
Zipper)
|
||||
where
|
||||
|
||||
import Algebra.VectorTypes
|
||||
|
Loading…
Reference in New Issue
Block a user