clone method

Matrix clone()

Implementation

Matrix clone() => Matrix(a, b, c, d, tx, ty);