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