public class FindKt
| Modifier and Type | Method and Description |
|---|---|
static <D> D |
find(Quadtree<D> $receiver,
double x,
double y,
double radius)
Returns the datum closest to the position ⟨x,y⟩ with the given search radius. If radius is not specified,
it defaults to infinity. If there is no datum within the search area, returns null.
TODO : check tests value must be === searched value
|
public static <D> D find(Quadtree<D> $receiver, double x, double y, double radius)
Returns the datum closest to the position ⟨x,y⟩ with the given search radius. If radius is not specified, it defaults to infinity. If there is no datum within the search area, returns null. TODO : check tests value must be === searched value