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

Method extend3

examples/extern/gmath.bundle.js:754–756  ·  view source on GitHub ↗
(z)

Source from the content-addressed store, hash-verified

752 return isFinite(this.x) && isFinite(this.y);
753 }
754 extend3(z) {
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 }

Callers 1

fromDecomposedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected