public interface RangeSearch<X extends Point_>
Modifier and Type | Method and Description |
---|---|
PointCloud_KdTree |
OrthogonalRangeSearch(X q,
double sqRad)
Range search: return the list of nearest points to a given query point q.
|
PointCloud_KdTree OrthogonalRangeSearch(X q, double sqRad)