public interface BucketOrder
Modifier and Type | Method and Description |
---|---|
int[] |
getBucketSequence(int nbw,
int nbh)
Computes the order in which each coordinate on the screen should be
visited.
|
int[] getBucketSequence(int nbw, int nbh)
nbw
- number of buckets in the X directionnbh
- number of buckets in the Y direction