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

Method zero

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

Source from the content-addressed store, hash-verified

501 return new Vector4(Number.POSITIVE_INFINITY);
502 }
503 static zero() {
504 return new Vector4(0);
505 }
506 static one() {
507 return new Vector4(1);
508 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected