1,387 questions
1,506 answers
3,356 comments
269 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.