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

Method negativeInfinity

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

Source from the content-addressed store, hash-verified

648 this.#internal[1] = val;
649 }
650 static negativeInfinity() {
651 return new Vector2(Number.NEGATIVE_INFINITY);
652 }
653 static positiveInfinity() {
654 return new Vector2(Number.POSITIVE_INFINITY);
655 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected