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

Method right

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

Source from the content-addressed store, hash-verified

313 return new Vector3(-1, 0, 0);
314 }
315 static right() {
316 return new Vector3(1, 0, 0);
317 }
318 static back() {
319 return new Vector3(0, 0, -1);
320 }

Callers 2

fromArcMethod · 0.45
betweenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected