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

Method left

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

Source from the content-addressed store, hash-verified

666 return new Vector2(0, -1);
667 }
668 static left() {
669 return new Vector2(-1, 0);
670 }
671 static right() {
672 return new Vector2(1, 0);
673 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected