POS_TO_IJ

Return the (i,j) index of the subcell at the given position 'pos' in the Hilbert curve traversal order with the given orientation. This is the inverse of the previous table:

POS_TO_IJorientationpos -> ij

package immutable
int[4][4] POS_TO_IJ;

Meta