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

Method positiveInfinity

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

Source from the content-addressed store, hash-verified

295 return new Vector3(Number.NEGATIVE_INFINITY);
296 }
297 static positiveInfinity() {
298 return new Vector3(Number.POSITIVE_INFINITY);
299 }
300 static zero() {
301 return new Vector3(0);
302 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected