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

Method toString

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

Source from the content-addressed store, hash-verified

758 return new Vector4(this.x, this.y, z, w8);
759 }
760 toString() {
761 return `Vector2 { x: ${this[0]}, y: ${this[1]} }`;
762 }
763 toArray() {
764 return [
765 this[0],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected