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

Calculates an address relative to the start of the buffer.

This method is similar to the At method, but does not bounds-check the index arguments.

Parameters
arrayArray object.
index0First dimension index.
index1Second dimension index.
index2Third dimension index.
Returns
Calculated pointer.