Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
void * kArray3_At ( kArray3  array,
kSize  index0,
kSize  index1,
kSize  index2 
)

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.

Parameters
arrayArray object.
index0First dimension index.
index1Second dimension index.
index2Third dimension index.
Returns
Pointer to item.