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

Class

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

Source from the content-addressed store, hash-verified

445 }
446}
447class Vector4 {
448 #internal = new Float32Array(4);
449 get [0]() {
450 return this.#internal[0];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected