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

Method forward

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

Source from the content-addressed store, hash-verified

319 return new Vector3(0, 0, -1);
320 }
321 static forward() {
322 return new Vector3(0, 0, 1);
323 }
324 static fromHomogeneous(vector) {
325 return vector.trunc().mul(1 / vector.w);
326 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected