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

Method zero

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

Source from the content-addressed store, hash-verified

654 return new Vector2(Number.POSITIVE_INFINITY);
655 }
656 static zero() {
657 return new Vector2(0);
658 }
659 static one() {
660 return new Vector2(1);
661 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected