[Haskell-cafe] Octree and Bounding Boxes

Michael Litchard michael at schmong.org
Mon Jul 4 02:03:48 UTC 2016


I've forked the octree library and added some bounding box functionality.
The problem is, it turns out kd-trees are better for my use case. I'd
rather not junk the code, but I can't see a use case for the octree library
as it stands.

Below is the link to the branch where the code is, is there a use case for
point octrees
needing bounding boxes?

https://github.com/mlitchard/octree/tree/test-reorg/Data/Octree/BoundingBox
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20160703/b3f3ace1/attachment.html>


More information about the Haskell-Cafe mailing list