warp.hash_grid_query_next#
- warp.hash_grid_query_next(
- query: HashGridQuery,
- index: int32,
Kernel
Move to the next point in the hash grid query.
Supports query objects returned by
wp.hash_grid_query()for all hash grid coordinate precisions. The index of the current neighbor is stored inindex; returnsFalseif there are no more neighbors.