method Matrix2.prototype.cloneimport { Matrix2 } from "https://deno.land/x/gmath@0.1.12/src/matrix2.ts"; clone(): Matrix2Creates a new Matrix2 with the same values ReturnsMatrix2