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

Method toArray

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

Source from the content-addressed store, hash-verified

1445 return new Matrix4(matrix4mul(this.ptr, other.ptr));
1446 }
1447 toArray() {
1448 return [
1449 this[0],
1450 this[1],
1451 this[2],
1452 this[3],
1453 ];
1454 }
1455 toFloat32Array() {
1456 return new Float32Array(this.#internal);
1457 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected