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.

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