zhujun3753/i-octree

How to obtain the index of the nearestPoints obtained? Thanks!

Opened this issue · 3 comments

How to obtain the index of the nearestPoints obtained? Thanks!
void radiusNeighbors(const PointT &  query, float radius, std::vector<size_t> &resultIndices, std::vector<float> &distances)
int32_t knnNeighbors(const PointT &  query, int k, std::vector<int> &resultIndices, std::vector<float> &distances)

Thanks! It is very fast!

Would you like to provide one native rust version? It is very very useful!