public class SlowRangeSearch<X extends Jcg.geometry.Point_> extends java.lang.Object implements RangeSearch<X>
Modifier and Type | Field and Description |
---|---|
(package private) PointCloud |
N |
Constructor and Description |
---|
SlowRangeSearch(PointCloud N) |
Modifier and Type | Method and Description |
---|---|
PointCloud |
OrthogonalRangeSearch(X q,
double sqRad)
Linear time search (exhaustive search)
Useful for point clouds of small size
|
PointCloud N
public SlowRangeSearch(PointCloud N)
public PointCloud OrthogonalRangeSearch(X q, double sqRad)
OrthogonalRangeSearch
in interface RangeSearch<X extends Jcg.geometry.Point_>