Zen API
|
kStatus kArray3_SetItem | ( | kArray3 | array, |
kSize | index0, | ||
kSize | index1, | ||
kSize | index2, | ||
const void * | item | ||
) |
Sets the value of an item.
array | Array object. |
index0 | First dimension index. |
index1 | Second dimension index. |
index2 | Third dimension index. |
item | Pointer to item that will be copied (by value) into the array. |