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

Method one

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

Source from the content-addressed store, hash-verified

301 return new Vector3(0);
302 }
303 static one() {
304 return new Vector3(1);
305 }
306 static up() {
307 return new Vector3(0, 1, 0);
308 }

Callers 3

oneMethod · 0.45
fromArcMethod · 0.45
betweenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected