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

Method extend4

examples/extern/gmath.bundle.js:757–759  ·  view source on GitHub ↗
(z, w8)

Source from the content-addressed store, hash-verified

755 return new Vector3(this.x, this.y, z);
756 }
757 extend4(z, w8) {
758 return new Vector4(this.x, this.y, z, w8);
759 }
760 toString() {
761 return `Vector2 { x: ${this[0]}, y: ${this[1]} }`;
762 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected