clone method

Matrix2 clone ()

Create a copy of this.

Implementation

Matrix2 clone() => new Matrix2.copy(this);