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

Class

examples/extern/gmath.bundle.js:624–624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

622 }
623}
624class Vector2 {
625 #internal = new Float32Array(2);
626 get [0]() {
627 return this.#internal[0];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected