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

Method positiveInfinity

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

Source from the content-addressed store, hash-verified

498 return new Vector4(Number.NEGATIVE_INFINITY);
499 }
500 static positiveInfinity() {
501 return new Vector4(Number.POSITIVE_INFINITY);
502 }
503 static zero() {
504 return new Vector4(0);
505 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected