interface GridOffset {
    i: number;
    j: number;
}

Properties

i j

Properties

i: number

The row coordinate

j: number

The column coordinate