Create a matrix representing a translation.
MutableAffine.translation(double tx, double ty) : _storage = Matrix3.identity(), super._p() { set(0, 2, tx); set(1, 2, ty); }