1,372 questions
1,489 answers
3,328 comments
265 users
Instance creation
ZeroBasedArray new: xSize new: ySize new: zSize fromArray: flatArray
Access an element at a position
at: x at: y at: z
Store at a position
at: x at: y at: z put: anObject
For 2d, you just drop the third (z) argument.