Uses of Interface
org.anchoranalysis.spatial.point.consumer.PointTwoDimensionalConsumer
| Package | Description |
|---|---|
| org.anchoranalysis.spatial.box |
Axis-aligned bounding-boxes and related operations.
|
-
Uses of PointTwoDimensionalConsumer in org.anchoranalysis.spatial.box
Methods in org.anchoranalysis.spatial.box with parameters of type PointTwoDimensionalConsumer Modifier and Type Method Description voidExtent. iterateOverXY(PointTwoDimensionalConsumer pointConsumer)Calls processor once for each x and y-values in the range.voidExtent. iterateOverXYWithShift(Point2i shift, PointTwoDimensionalConsumer pointConsumer)Calls processor once for each x and y-values in the range, with a shift added.