|
Zen API
|
| kStatus kArray3_Construct | ( | kArray3 * | array, |
| kType | itemType, | ||
| kSize | length0, | ||
| kSize | length1, | ||
| kSize | length2, | ||
| kAlloc | allocator | ||
| ) |
Constructs a kArray3 object.
| array | Receives the constructed kArray3 object. |
| itemType | Type of array element. |
| length0 | Length of first array dimension (outermost). |
| length1 | Length of second array dimension. |
| length2 | Length of third array dimension (innermost). |
| allocator | Memory allocator (or kNULL for default). |