Function shearMatrix

Setup the matrix to perform a shear

Matrix!(T,4) shearMatrix(T) (
  uint shearAxis,
  T s,
  T t
);