warp.hash_grid_query#
- warp.hash_grid_query( ) HashGridQuery#
Kernel
Construct a point query against a
warp.HashGrid.This query can be used to iterate over all neighboring points within a fixed radius from the query point.
- warp.hash_grid_query( ) HashGridQueryH
Kernel
Construct a point query against a
warp.HashGrid(float16 precision).This query can be used to iterate over all neighboring points within a fixed radius from the query point.
- warp.hash_grid_query( ) HashGridQueryD
Kernel
Construct a point query against a
warp.HashGrid(float64 precision).This query can be used to iterate over all neighboring points within a fixed radius from the query point.