carsonfarmer / fastpair

FastPair: Data-structure for the dynamic closest-pair problem.
MIT License
12 stars 4 forks source link

Provide more generic 'point' interface #3

Closed carsonfarmer closed 8 years ago

carsonfarmer commented 8 years ago

This ‘feature’ allows more generic point objects that might not be tuples. As long as the user can supply a distance and merge (interact) function that takes the point class as input, it should still work!