Uses of Interface
org.anchoranalysis.spatial.point.consumer.OffsettedPointTwoDimensionalConsumer
Packages that use OffsettedPointTwoDimensionalConsumer
Package
Description
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 OffsettedPointTwoDimensionalConsumerModifier and TypeMethodDescriptionvoid
Extent.iterateOverXYOffset
(OffsettedPointTwoDimensionalConsumer pointConsumer) Calls processor once for each x and y-values in the range.void
Extent.iterateOverYXOffset
(OffsettedPointTwoDimensionalConsumer pointConsumer) Calls processor once for each x and y-values in the range.