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

Class

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

Source from the content-addressed store, hash-verified

254const matrix4add = instance.exports.matrix4add;
255const matrix4sub = instance.exports.matrix4sub;
256class Vector3 {
257 #internal = new Float32Array(3);
258 get [0]() {
259 return this.#internal[0];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected