Filter.RectangleIntersectFilter, Filter.UnionFilter| Constructor and Description |
|---|
RectangleIntersectFilter(double[] lower,
double[] upper) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
intersects(double[] min,
double[] max)
Intersects is used for the tree nodes and should only check for
intersection.
|
public RectangleIntersectFilter(double[] lower,
double[] upper)
public boolean intersects(double[] min,
double[] max)
Filterintersects in interface Filtermin - Min bound of rectangle,max - Max bound of rectangle,Copyright © 2018. All rights reserved.