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

Method clone

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

Source from the content-addressed store, hash-verified

337 }
338 }
339 clone() {
340 return new Vector3(this.x, this.y, this.z);
341 }
342 mag() {
343 return Math.hypot(this.x, this.y, this.z);
344 }

Callers 1

startFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected