Function scaleMatrix

Create a matrix to perform scale on each axis

Matrix!(T,4) scaleMatrix(T) (
  Vector!(T,3) v
);