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

Method zero

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

Source from the content-addressed store, hash-verified

298 return new Vector3(Number.POSITIVE_INFINITY);
299 }
300 static zero() {
301 return new Vector3(0);
302 }
303 static one() {
304 return new Vector3(1);
305 }

Callers 6

constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
zeroMethod · 0.45
fromArcMethod · 0.45
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected