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

Method clone

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

Source from the content-addressed store, hash-verified

515 }
516 }
517 clone() {
518 return new Vector4(this.x, this.y, this.z, this.w);
519 }
520 mag() {
521 return Math.hypot(this.x, this.y, this.z, this.w);
522 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected