Zen API
|
Returns a pointer to the specified item in the array.
A debug assertion will be raised if the index arguments are greater than or equal to the current array dimensions.
array | Array object. |
index0 | First dimension index. |
index1 | Second dimension index. |
index2 | Third dimension index. |