warp.hash_grid_query#

warp.hash_grid_query(
id: uint64,
point: vec3f,
max_dist: float32,
) HashGridQuery#
  • Kernel

Construct a point query against a warp.HashGrid.

This query can be used to iterate over all neighboring point within a fixed radius from the query point.