Module vox_geometry_rust::point_neighbor_searcher3[][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.

PointNeighborSearcher3

Abstract base class for 3-D neighbor point searcher.

PointNeighborSearcherBuilder3

Abstract base class for 3-D point neighbor searcher builders.

Type Definitions

PointNeighborSearcher3Ptr

Shared pointer for the PointNeighborSearcher3 type.

PointNeighborSearcherBuilder3Ptr

Shared pointer for the PointNeighborSearcherBuilder3 type.