meetuparchive / archery

2D R-Tree implementation in Scala
MIT License
117 stars 26 forks source link

Experiment with abstracting out Point, Box #1

Open non opened 11 years ago

non commented 11 years ago

It would be nice to let users use their own Point and Box implementations, and potentially use 3D structures as well. If we had a geometry type class this might work pretty easily.

We'd definitely need to benchmark to see what the performance impact (if any) was.