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

Method negativeInfinity

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

Source from the content-addressed store, hash-verified

495 this.#internal[3] = val;
496 }
497 static negativeInfinity() {
498 return new Vector4(Number.NEGATIVE_INFINITY);
499 }
500 static positiveInfinity() {
501 return new Vector4(Number.POSITIVE_INFINITY);
502 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected