warp.HashGridQuery#

class warp.HashGridQuery[source]#

Object used to track state during warp.HashGrid neighbor traversal.

Query objects are returned by warp.hash_grid_query(); users normally do not construct them directly. Use warp.HashGridQuery[dtype] in function annotations when the query’s coordinate precision must be explicit, for example warp.HashGridQuery[warp.float64].

__init__()#

Methods