Function translationMatrix2D

Translation in 2D space

Matrix!(T,3) translationMatrix2D(T) (
  Vector!(T,2) t
);