Transform.translate

Apply translation in-place.

struct Transform(T, uint Dim, TransformOptions options = TransformOptions.none)
ref return
translate
(
uint N
)
(
const auto ref T[N] values
)
if (
Dim > 0
)

Return Value

Type: Transform

this

Meta