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

Method isFinite

examples/extern/gmath.bundle.js:424–426  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 }
427 extend(w1) {
428 return new Vector4(this.x, this.y, this.z, w1);
429 }

Callers 4

isFiniteMethod · 0.45
isFiniteMethod · 0.45
isFiniteMethod · 0.45
is_finiteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected