Previous topic

civpy.survey.SpatialHash.plot

Next topic

civpy.survey.SpatialHash.query_range

This Page

civpy.survey.SpatialHash.query_point

SpatialHash.query_point(self, point, ro, ri=0)[source]

Returns an array of point indices for all points contained within the specified inner and outer radii from the input point.

Parameters:
point : list

A list of shape (D,).

ro : float

The outer radius beyond which points will be excluded.

ri : float

The inner radius before which points will be excluded.