Interface BucketOrder

    • Method Detail

      • getBucketSequence

        int[] getBucketSequence​(int nbw,
                                int nbh)
        Computes the order in which each coordinate on the screen should be visited.
        Parameters:
        nbw - number of buckets in the X direction
        nbh - number of buckets in the Y direction
        Returns:
        array of coordinates with interleaved X, Y of the positions of buckets to be rendered.