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

Method eq

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

Source from the content-addressed store, hash-verified

746 return other.sub(this).div(2).add(this);
747 }
748 eq(other) {
749 return this.x === other.x && this.y === other.y;
750 }
751 isFinite() {
752 return isFinite(this.x) && isFinite(this.y);
753 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected