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

Method right

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

Source from the content-addressed store, hash-verified

669 return new Vector2(-1, 0);
670 }
671 static right() {
672 return new Vector2(1, 0);
673 }
674 constructor(x, y){
675 if (x !== undefined) {
676 this.x = x;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected