Function homothetyMatrix

Create a matrix to perform uniform scale with respect to a point

Matrix!(T,4) homothetyMatrix(T) (
  Vector!(T,3) point,
  T scale
);