clone method

Matrix3 clone()

Clone of this.

Implementation

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