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

Method x

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

Source from the content-addressed store, hash-verified

813 this.#internal[4] = val[1];
814 }
815 get x() {
816 return new Vector2(...this[0]);
817 }
818 set x(val) {
819 this.#internal[0] = val.x;
820 this.#internal[1] = val.y;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected