Function scaleAlongAxisMatrix

Setup the matrix to perform scale along an arbitrary axis

Matrix!(T,4) scaleAlongAxisMatrix(T) (
  Vector!(T,3) scaleAxis,
  T k
);