Uses of Interface
org.anchoranalysis.spatial.point.consumer.PointTwoDimensionalConsumer
Packages that use PointTwoDimensionalConsumer
Package
Description
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 PointTwoDimensionalConsumerModifier and TypeMethodDescriptionvoid
Extent.iterateOverXY
(PointTwoDimensionalConsumer pointConsumer) Calls processor once for each x and y-values in the range.void
Extent.iterateOverXYWithShift
(Point2i shift, PointTwoDimensionalConsumer pointConsumer) Calls processor once for each x and y-values in the range, with a shift added.