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

Method eq

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

Source from the content-addressed store, hash-verified

419 return other.sub(this).div(2).add(this);
420 }
421 eq(other) {
422 return this.x === other.x && this.y === other.y && this.z === other.z;
423 }
424 isFinite() {
425 return isFinite(this.x) && isFinite(this.y) && isFinite(this.z);
426 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected