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

Method extend

examples/extern/gmath.bundle.js:427–429  ·  view source on GitHub ↗
(w1)

Source from the content-addressed store, hash-verified

425 return isFinite(this.x) && isFinite(this.y) && isFinite(this.z);
426 }
427 extend(w1) {
428 return new Vector4(this.x, this.y, this.z, w1);
429 }
430 toHomogeneous() {
431 return this.extend(1);
432 }

Callers 2

toHomogeneousMethod · 0.95
fromDecomposedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected