- setSubArray
void setSubArray(T[] dest, ivec3 destSize, ivec3 destPos, T[] source, ivec3 sourceSize, Box sourceBox)
writes source to a box within dest
- setSubArray
void setSubArray(T[] dest, ivec3 destSize, Box box, T[] source)
writes full source to a box within dest
- setSubArray
void setSubArray(T[] dest, ivec3 destSize, Box box, T item)
Undocumented in source. Be warned that the author may not have intended to support it.