Function affineTransform2D

Affine transformations in 2D space

Vector!(T,2) affineTransform2D(T) (
  Vector!(T,2) v,
  Matrix!(T,3) m
);