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

Method clone

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

Source from the content-addressed store, hash-verified

1664 this.vector = vector ?? Vector3.zero();
1665 }
1666 clone() {
1667 return new Quaternion(this.scalar, this.vector);
1668 }
1669 mag() {
1670 return Math.hypot(this.scalar, this.vector.x, this.vector.y, this.vector.z);
1671 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected