voxelman ~master (2018-10-12T19:51:42Z)
Dub
Repo
setSubArray3d
voxelman
algorithm
arraycopy3d
Undocumented in source. Be warned that the author may not have intended to support it.
void
setSubArray3d
(T[] dest, ivec3 destSize, ivec3 destPos, T[] source, ivec3 sourceSize, Box sourceBox)
void
setSubArray3d
(T[] dest, ivec3 destSize, Box box, T[] source)
void
setSubArray3d
(T[] dest, ivec3 destSize, Box box, T item)
@
nogc
void
setSubArray3d
(
T
)
(
T
[]
dest
,
ivec3
destSize
,
Box
box
,
T
item
)
Meta
Source
See Implementation
voxelman
algorithm
arraycopy3d
functions
setSubArray3d