clone method

Matrix3 clone ()

Clone of this.

Implementation

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