1,384 questions
1,503 answers
3,354 comments
266 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.