I realize now the formula for this would be…
X Coordinate = ((Row - MaxIndex/2) * WidthSize) + ((Column - MaxIndex/2) * (WidthSize / 2))
Y Coordinate = (MaxIndex/2 - Row) * Height * 0.75)
1 Like
I realize now the formula for this would be…
X Coordinate = ((Row - MaxIndex/2) * WidthSize) + ((Column - MaxIndex/2) * (WidthSize / 2))
Y Coordinate = (MaxIndex/2 - Row) * Height * 0.75)