Matrix.translation

Make a translation matrix.

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

Meta