MCPcopy Create free account
hub / github.com/DjDeveloperr/deno_desktop / clone

Method clone

examples/extern/gmath.bundle.js:852–854  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

850 }
851 }
852 clone() {
853 return new Matrix2(this.x, this.y);
854 }
855 transpose() {
856 return Matrix2.from(this[0][0], this[1][0], this[0][1], this[1][1]);
857 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected