Copies values from other.
other
factory Matrix2.copy(Matrix2 other) => Matrix2.zero()..setFrom(other);