Processing should define Array just like it has Vector

arr(x,y) is fine.

And better than

arr[x][y]

… from a beginner’s point of view, imho.

Which suggests it can be implemented just as Vector was, using round brackets.

1 Like