I have a 3D pointcloud and I\'d like to efficiently query all points within distance d from an arbitrary point p (which is not necessarily part of the stored pointcloud)
A map with key equal to the distance and value being the Point itself would allow you to query for all Points less than a given distance or within a given range.