Module vox_geometry_rust::point_neighbor_searcher2[][src]

Traits

ForEachNearbyPointFunc

Callback function for nearby search query. The first parameter is the index of the nearby point, and the second is the position of the point.

PointNeighborSearcher2

Abstract base class for 2-D neighbor point searcher.

Type Definitions

PointNeighborSearcher2Ptr

Shared pointer for the PointNeighborSearcher2 type.