clone method

Matrix4 clone ()

Clone matrix.

Implementation

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