clone method

Matrix4 clone()

Implementation

Matrix4 clone() {
  return Matrix4.identity().copyFromArray(storage.toList());
}