Matrix.translation

Make a translation matrix.

struct Matrix(T, size_t R, size_t C)
static pure nothrow @nogc
static if(isSquare && R > 1)
translation
(
Vector!(T, R - 1) v
)

Meta