Re: [Boost-users] 3D Tree Queries

2021-09-02 Thread Adam Wulkiewicz via Boost-users
W dniu 01.09.2021 o 17:06, Glenn, Rachel M via Boost-users pisze: I have a question about 3D RTree spatial queries, like a cube, sphere, or something. Are there any examples of how that can be done? I know how to do it for 2D RTree. Do you recommend the regular RTREE or a is there another one

Re: [Boost-users] 3D Tree Queries

2021-09-02 Thread Mateusz Loskot via Boost-users
On Thu, 2 Sept 2021 at 16:57, Glenn, Rachel M via Boost-users wrote: > > I have a question about 3D RTree spatial queries, like a cube, sphere, or > something. > Are there any examples of how that can be done? https://godbolt.org/z/sM814sbzz > I know how to do it for 2D RTree. Do you recommend

[Boost-users] 3D Tree Queries

2021-09-02 Thread Glenn, Rachel M via Boost-users
I have a question about 3D RTree spatial queries, like a cube, sphere, or something. Are there any examples of how that can be done? I know how to do it for 2D RTree. Do you recommend the regular RTREE or a is there another one to use, like an rstar, that would be better? Thanks, Rachel