warp.hash_grid_query_next#

warp.hash_grid_query_next(
query: HashGridQuery,
index: int32,
) bool#
  • Kernel

Move to the next point in the hash grid query.

The index of the current neighbor is stored in index, returns False if there are no more neighbors.

warp.hash_grid_query_next(
query: HashGridQueryH,
index: int32,
) bool
  • Kernel

Move to the next point in the hash grid query (float16 precision).

The index of the current neighbor is stored in index, returns False if there are no more neighbors.

warp.hash_grid_query_next(
query: HashGridQueryD,
index: int32,
) bool
  • Kernel

Move to the next point in the hash grid query (float64 precision).

The index of the current neighbor is stored in index, returns False if there are no more neighbors.