clone method

Matrix4 clone()

Clone matrix.

Implementation

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