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

Method set

examples/extern/gmath.bundle.js:377–382  ·  view source on GitHub ↗
(other)

Source from the content-addressed store, hash-verified

375 return this.add(other.sub(this).mul(alpha));
376 }
377 set(other) {
378 this.x = other.x;
379 this.y = other.y;
380 this.z = other.z;
381 return this;
382 }
383 add(other) {
384 const { x , y , z } = typeof other === "number" ? {
385 x: other,

Callers 8

constructorMethod · 0.45
createBufferMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
updateViewProjMatrixMethod · 0.45
QFunction · 0.45
QFunction · 0.45
UFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected