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

Method one

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

Source from the content-addressed store, hash-verified

504 return new Vector4(0);
505 }
506 static one() {
507 return new Vector4(1);
508 }
509 constructor(x, y, z, w2){
510 if (x !== undefined) {
511 this.x = x;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected