Matrix.translation

Make a translation matrix.

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

Meta