Uses of Interface
org.anchoranalysis.spatial.point.consumer.OffsettedPointTwoDimensionalConsumer
| Package | Description |
|---|---|
| org.anchoranalysis.spatial.box |
Axis-aligned bounding-boxes and related operations.
|
-
Uses of OffsettedPointTwoDimensionalConsumer in org.anchoranalysis.spatial.box
Methods in org.anchoranalysis.spatial.box with parameters of type OffsettedPointTwoDimensionalConsumer Modifier and Type Method Description voidExtent. iterateOverXYOffset(OffsettedPointTwoDimensionalConsumer pointConsumer)Calls processor once for each x and y-values in the range.voidExtent. iterateOverYXOffset(OffsettedPointTwoDimensionalConsumer pointConsumer)Calls processor once for each x and y-values in the range.