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

Method negativeInfinity

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

Source from the content-addressed store, hash-verified

292 this.#internal[2] = val;
293 }
294 static negativeInfinity() {
295 return new Vector3(Number.NEGATIVE_INFINITY);
296 }
297 static positiveInfinity() {
298 return new Vector3(Number.POSITIVE_INFINITY);
299 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected